DataBoundLiteralControl.ITextControl.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 DataBoundLiteralControl 物件的文字內容。
property System::String ^ System::Web::UI::ITextControl::Text { System::String ^ get(); void set(System::String ^ value); };
string System.Web.UI.ITextControl.Text { get; set; }
member this.System.Web.UI.ITextControl.Text : string with get, set
Property Text As String Implements ITextControl.Text
屬性值
String,表示 DataBoundLiteralControl 的文字內容。
實作
例外狀況
嘗試設定值。
備註
這個介面的實作 ITextControl 會傳回 屬性的值 Text 。 屬性的值 Text 會保存在檢視狀態中。
物件 DataBoundLiteralControl 會實作 ITextControl , set
但不支援 屬性上的 Text 方法。 所有使用此方法的嘗試都會傳 NotSupportedException 回例外狀況。