次の方法で共有


ViewComponentFeature.ViewComponents プロパティ

定義

MVC アプリケーションのビュー コンポーネントの種類の一覧を取得します。

public:
 property System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ ViewComponents { System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ get(); };
public System.Collections.Generic.IList<System.Reflection.TypeInfo> ViewComponents { get; }
member this.ViewComponents : System.Collections.Generic.IList<System.Reflection.TypeInfo>
Public ReadOnly Property ViewComponents As IList(Of TypeInfo)

プロパティ値

適用対象