ImageButton.System.Web.UI.WebControls.IButtonControl.Text プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このプロパティは、.NET Framework version 2.0 で新しく追加されたものです。
このプロパティは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このメンバの説明については、IButtonControl.Text のトピックを参照してください。
名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)
構文
Private Property System.Web.UI.WebControls.IButtonControl.Text As String Implements IButtonControl.Text
Dim instance As ImageButton Dim value As String
value = CType(instance, IButtonControl).Text
CType(instance, IButtonControl).Text = value
string IButtonControl.Text { get; set; }
private: virtual property String^ System.Web.UI.WebControls.IButtonControl.Text { String^ get () sealed = IButtonControl::Text::get; void set (String^ value) sealed = IButtonControl::Text::set; }
J# では、明示的なインタフェースの実装は使用できますが、新規に宣言することはできません。
JScript では、明示的なインタフェースの実装は使用できますが、新規に宣言することはできません。
System.Web.UI.WebControls.IButtonControl.Text メンバは、明示的なインターフェイス メンバの実装です。ImageButton インスタンスが IButtonControl インターフェイスにキャストされた場合にのみ使用できます。
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
ImageButton クラス
ImageButton メンバ
System.Web.UI.WebControls 名前空間
その他の技術情報
ImageButton Web サーバー コントロールの宣言構文
Button Web サーバー コントロールの概要