ModelMetadata.ContainerMetadata 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果這個中繼資料是針對 屬性,則取得 的中繼資料 ContainerType , null
否則為 。
public:
virtual property Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ ContainerMetadata { Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ get(); };
public virtual Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata ContainerMetadata { get; }
public virtual Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata? ContainerMetadata { get; }
member this.ContainerMetadata : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
Public Overridable ReadOnly Property ContainerMetadata As ModelMetadata