CommandBarFlyoutCommandBarAutomationProperties.SetControlType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したオブジェクトのコントロールの種類を設定します。
このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKの WinUI については、Windows アプリ SDK名前空間を参照してください)。
public:
static void SetControlType(UIElement ^ element, AutomationControlType value);
static void SetControlType(UIElement const& element, AutomationControlType const& value);
public static void SetControlType(UIElement element, AutomationControlType value);
Public Shared Sub SetControlType (element As UIElement, value As AutomationControlType)
パラメーター
- element
- UIElement
コントロールの種類を設定するオブジェクト。
- value
- AutomationControlType
指定したオブジェクトのコントロールの種類。