C# Class MetroDemo.ExampleViews.DisplayView

DisplayView
Inheritance: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
显示文件 Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Public Methods

Method Description
DisplayView ( ) : System
LoadXml ( ) : void
Reset ( ) : void
UpdateXml ( ) : void

Private Methods

Method Description
DisplayView_OnLoaded ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
LaunchInformationDialog ( string sourceName ) : void
LogAnaylytics ( string path, string pageName ) : void
LogErrorMessage ( Exception ex ) : void
NextButton_OnClick ( object sender, RoutedEventArgs e ) : void
PreviousButton_OnClick ( object sender, RoutedEventArgs e ) : void
ProductInfo_OnClick ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void
UpdateConfigManagerXml ( ) : void
UpdateDisplayXml ( ) : void
UpdatePropertiesXml ( ) : void
ViewModel_PropertyChanged ( object sender, System e ) : void

Method Details

DisplayView() public method

public DisplayView ( ) : System
return System

LoadXml() public method

public LoadXml ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

UpdateXml() public method

public UpdateXml ( ) : void
return void