UserControl.IUserControlDesignerAccessor.InnerText 屬性

定義

取得或設定出現在使用者控制項的開頭和結尾標記之間的文字。

property System::String ^ System::Web::UI::IUserControlDesignerAccessor::InnerText { System::String ^ get(); void set(System::String ^ value); };
string System.Web.UI.IUserControlDesignerAccessor.InnerText { get; set; }
member this.System.Web.UI.IUserControlDesignerAccessor.InnerText : string with get, set
 Property InnerText As String Implements IUserControlDesignerAccessor.InnerText

屬性值

出現在使用者控制項的開頭和結尾標記之間的文字。

實作

備註

這個成員是明確介面成員實作, 只有在 UserControl 執行個體轉換成 IUserControlDesignerAccessor 介面時,才能使用這個成員。

適用於

另請參閱