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 。