C# 클래스 MahApps.Metro.Controls.XmlBrowser.XmlBrowserControl

XmlBrowserControl
상속: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: OfficeDev/Office-IT-Pro-Deployment-Scripts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsEditModeProperty System.Windows.DependencyProperty
XmlDocProperty System.Windows.DependencyProperty
XmlSchemaProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnIsEditModeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Executes when IsEditMode DP is changed

OnXmlDocChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Executes when XmlDoc DP is changed, Loads the xml and tranforms it using XSL provided

OnXmlSchemaChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Executes when XmlSchema DP is changed

XmlBrowserControl ( ) : System

비공개 메소드들

메소드 설명
CopyClipButtonClick ( object sender, RoutedEventArgs e ) : void
EditButtonClick ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
InstallOfficeButton_OnClick ( object sender, RoutedEventArgs e ) : void
SaveToFileButton_OnClick ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void
ValidateXmlButtonClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

OnIsEditModeChanged() 공개 정적인 메소드

Executes when IsEditMode DP is changed
public static OnIsEditModeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnXmlDocChanged() 공개 정적인 메소드

Executes when XmlDoc DP is changed, Loads the xml and tranforms it using XSL provided
public static OnXmlDocChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnXmlSchemaChanged() 공개 정적인 메소드

Executes when XmlSchema DP is changed
public static OnXmlSchemaChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

XmlBrowserControl() 공개 메소드

public XmlBrowserControl ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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