次の方法で共有


IController.Text プロパティ

定義

ビューの名前を表す文字列値を取得します。

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

プロパティ値

ビューの名前を表す文字列値。

適用対象