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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください