次の方法で共有


ComboBoxAutomationPeer.VisualState プロパティ

定義

ComboBox コントロールの WindowVisualState を取得します。

public:
 property WindowVisualState VisualState { WindowVisualState get(); };
WindowVisualState VisualState();
public WindowVisualState VisualState { get; }
var windowVisualState = comboBoxAutomationPeer.visualState;
Public ReadOnly Property VisualState As WindowVisualState

プロパティ値

列挙体の値としての ComboBox コントロールの WindowVisualState

実装

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象