CommandBarFlyoutCommandBarAutomationProperties.ControlTypeProperty 属性

定义

标识 ControlType 依赖属性。

public:
 static property DependencyProperty ^ ControlTypeProperty { DependencyProperty ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnControlTypePropertyChanged")]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AutomationControlType::Custom")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnControlTypePropertyChanged")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AutomationControlType::Custom")]
static DependencyProperty ControlTypeProperty();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnControlTypePropertyChanged")]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AutomationControlType::Custom")]
public static DependencyProperty ControlTypeProperty { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnControlTypePropertyChanged")] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AutomationControlType::Custom")] get; }
var dependencyProperty = CommandBarFlyoutCommandBarAutomationProperties.controlTypeProperty;
Public Shared ReadOnly Property ControlTypeProperty As DependencyProperty

属性值

ControlType 依赖属性的标识符。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodNameAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

适用于