次の方法で共有


IViewType.Name プロパティ

定義

ビューの種類の名前を取得します。

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

プロパティ値

ビューの種類の名前を表す文字列を返します。

適用対象