共用方式為


MetadataItem.GetGeneralFacetDescriptions 方法

定義

取得指定型別的一般 Facet 描述清單。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription> GetGeneralFacetDescriptions ();
static member GetGeneralFacetDescriptions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription>
Public Shared Function GetGeneralFacetDescriptions () As ReadOnlyCollection(Of FacetDescription)

傳回

ReadOnlyCollection<T> 物件,表示指定型別的一般 Facet 描述清單。

屬性

適用於