ComboBox.Text プロパティ

定義

ComboBox 内のテキストを取得または設定します。

public:
 property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Text();

void Text(winrt::hstring value);
public string Text { get; set; }
var string = comboBox.text;
comboBox.text = string;
Public Property Text As String

プロパティ値

String

Platform::String

winrt::hstring

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象