C# 클래스 UwpHelpers.Controls.Dialogs.ReleaseNotesDialog

상속: ContentDialog
파일 보기 프로젝트 열기: LanceMcCarthy/UwpProjects

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ReleaseNotesDialog ( ) : System.Collections.Generic
ReleaseNotesDialog ( string message ) : System.Collections.Generic

Create a dialog with a message to the user

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

메소드 상세

OnApplyTemplate() 보호된 메소드

protected OnApplyTemplate ( ) : void
리턴 void

ReleaseNotesDialog() 공개 메소드

public ReleaseNotesDialog ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ReleaseNotesDialog() 공개 메소드

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
리턴 System.Collections.Generic

프로퍼티 상세

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

public static DependencyProperty,Windows.UI.Xaml AppNameProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml FeaturesProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml FixesProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml MessageProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml UseFullVersionNumberProperty
리턴 Windows.UI.Xaml.DependencyProperty