ComboBoxAutomationPeer.Value プロパティ

定義

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

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = comboBoxAutomationPeer.value;
Public ReadOnly Property Value As String

プロパティ値

String

Platform::String

winrt::hstring

コントロールの値を文字列として指定します。

実装

適用対象