Text 屬性
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: Microsoft.DataWarehouse.Interfaces
組件: Microsoft.DataWarehouse.Interfaces (在 Microsoft.DataWarehouse.Interfaces.dll 中)
語法
'宣告
Public Property Text As String
Get
Set
'用途
Dim instance As MenuCommandEx
Dim value As String
value = instance.Text
instance.Text = value
public string Text { get; set; }
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)