C# Class UwpHelpers.Controls.Dialogs.ReleaseNotesDialog

Inheritance: ContentDialog
Exibir arquivo Open project: LanceMcCarthy/UwpProjects

Public Properties

Property Type Description
AppNameProperty Windows.UI.Xaml.DependencyProperty
FeaturesProperty Windows.UI.Xaml.DependencyProperty
FixesProperty Windows.UI.Xaml.DependencyProperty
MessageProperty Windows.UI.Xaml.DependencyProperty
UseFullVersionNumberProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description

Public Methods

Method Description
ReleaseNotesDialog ( ) : System.Collections.Generic
ReleaseNotesDialog ( string message ) : System.Collections.Generic

Create a dialog with a message to the user

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

ReleaseNotesDialog() public method

public ReleaseNotesDialog ( ) : System.Collections.Generic
return System.Collections.Generic

ReleaseNotesDialog() public method

Create a dialog with a message to the user
public ReleaseNotesDialog ( string message ) : System.Collections.Generic
message string Content to be shown to the user above the features and fixes lists
return System.Collections.Generic

Property Details

AppNameProperty public_oe static_oe property

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

FeaturesProperty public_oe static_oe property

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

FixesProperty public_oe static_oe property

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

MessageProperty public_oe static_oe property

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

UseFullVersionNumberProperty public_oe static_oe property

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