ArcGISWindowsPhoneSDK.HtmlToTextConverter.GetHtmlToInlines C# (CSharp) Méthode

GetHtmlToInlines() public static méthode

public static GetHtmlToInlines ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Résultat string
        public static string GetHtmlToInlines(DependencyObject obj)
        {
            return (string)obj.GetValue(HtmlToInlinesProperty);
        }