_CommandBarComboBox.Text 属性

定义

获取或设置文本。 此属性已弃用。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610940432)]
public string Text { [System.Runtime.InteropServices.DispId(1610940432)] get; [System.Runtime.InteropServices.DispId(1610940432)] set; }
[<System.Runtime.InteropServices.DispId(1610940432)>]
[<get: System.Runtime.InteropServices.DispId(1610940432)>]
[<set: System.Runtime.InteropServices.DispId(1610940432)>]
member this.Text : string with get, set
Public Property Text As String

属性值

String

文本。 此属性已弃用。

属性

注解

此属性在调用时会引发 DeprecatedException。

适用于