ContentDialog.PrimaryButtonTextProperty 属性

定义

获取 PrimaryButtonText 依赖属性的标识符。

public:
 static property DependencyProperty ^ PrimaryButtonTextProperty { DependencyProperty ^ get(); };
static DependencyProperty PrimaryButtonTextProperty();
public static DependencyProperty PrimaryButtonTextProperty { get; }
var dependencyProperty = ContentDialog.primaryButtonTextProperty;
Public Shared ReadOnly Property PrimaryButtonTextProperty As DependencyProperty

属性值

PrimaryButtonText 依赖属性的标识符。

适用于