Share via


ContentDialogResult Enumeration

Definition

Gibt Bezeichner an, um den Rückgabewert eines ContentDialog anzugeben.

public enum class ContentDialogResult
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ContentDialogResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ContentDialogResult
Public Enum ContentDialogResult
Vererbung
ContentDialogResult
Attribute

Felder

None 0

Es wurde keine Schaltfläche getippt.

Primary 1

Der Benutzer hat auf die primäre Schaltfläche getippt.

Secondary 2

Der Benutzer hat auf die sekundäre Schaltfläche getippt.

Gilt für: