C# 클래스 ArcGISWindowsPhoneSDK.HtmlToTextConverter

상속: IValueConverter
파일 보기 프로젝트 열기: Esri/arcgis-samples-winphone

공개 프로퍼티들

프로퍼티 타입 설명
HtmlToInlinesProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
GetHtmlToInlines ( DependencyObject obj ) : string
SetHtmlToInlines ( DependencyObject obj, string value ) : void

비공개 메소드들

메소드 설명
OnHtmlToInlinesPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ToStrippedHtmlText ( object input ) : string

메소드 상세

Convert() 공개 메소드

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
리턴 object

ConvertBack() 공개 메소드

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
리턴 object

GetHtmlToInlines() 공개 정적인 메소드

public static GetHtmlToInlines ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

SetHtmlToInlines() 공개 정적인 메소드

public static SetHtmlToInlines ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

HtmlToInlinesProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HtmlToInlinesProperty
리턴 System.Windows.DependencyProperty