C# Class MeetingManager.Views.AttachedProperties

ファイルを表示 Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Public Properties

Property Type Description
HtmlProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetHtml ( DependencyObject obj ) : string
SetHtml ( DependencyObject obj, string value ) : void

Private Methods

Method Description
OnHTMLChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetHtml() public static method

public static GetHtml ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

SetHtml() public static method

public static SetHtml ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
return void

Property Details

HtmlProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml HtmlProperty
return Windows.UI.Xaml.DependencyProperty