ModelExplorer.Properties プロパティ

定義

プロパティを取得します。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^> ^ Properties { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer> Properties { get; }
member this.Properties : seq<Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer>
Public ReadOnly Property Properties As IEnumerable(Of ModelExplorer)

プロパティ値

注釈

ModelExplorerの の各プロパティの ModelMetadataModelTypeが含まれます。

適用対象