ObjectListCommand.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要出現在命令中的文字。 預設為空字串。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
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
屬性值
要出現在命令中的文字。
備註
Text您可以使用 屬性或內部文字來指定 Text
屬性。
Text如果屬性以兩種方式指定,內部文字一律優先。 不過,如果 Text 屬性是以程式設計方式設定,就會自動移除內部文字,而且新設定的屬性優先。