MobileListItem.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定項目內含的文字。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
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如果屬性是空字串或從未設定過,請以程式設計方式或透過建構函式來傳回Value指定清單項目的屬性值。
您可以使用 Text 屬性或內部文字來指定 Text
屬性。
Text如果以兩種方式指定 屬性,內部文字一律會優先使用。 不過,如果 Text 以程式設計方式設定屬性,則會自動移除內部文字,而且新設定的屬性優先。