Share via


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

適用対象