ModelMetadataProvider.GetMetadataForType(Func<Object>, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定之模型型別的中繼資料。
public:
abstract System::Web::ModelBinding::ModelMetadata ^ GetMetadataForType(Func<System::Object ^> ^ modelAccessor, Type ^ modelType);
public abstract System.Web.ModelBinding.ModelMetadata GetMetadataForType (Func<object> modelAccessor, Type modelType);
abstract member GetMetadataForType : Func<obj> * Type -> System.Web.ModelBinding.ModelMetadata
Public MustOverride Function GetMetadataForType (modelAccessor As Func(Of Object), modelType As Type) As ModelMetadata
參數
- modelType
- Type
模型的型別。
傳回
指定之模型型別的中繼資料。