共用方式為


CodeSnippetTypeMember.Text 屬性

定義

取得或設定型別成員的常值程式碼片段。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

屬性值

型別成員的常值程式碼片段。

適用於