Share via


MetadataItem.GetGeneralFacetDescriptions 方法

定義

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

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetGeneralFacetDescriptions();
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetGeneralFacetDescriptions ();
static member GetGeneralFacetDescriptions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public Shared Function GetGeneralFacetDescriptions () As ReadOnlyCollection(Of FacetDescription)

傳回

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

適用於