DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) メソッド

定義

指定された Entity Data Model (EDM) 型のファセットの説明の一覧を返します。

public:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetFacetDescriptions(System::Data::Metadata::Edm::EdmType ^ type);
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions (System.Data.Metadata.Edm.EdmType type);
override this.GetFacetDescriptions : System.Data.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public Overrides Function GetFacetDescriptions (type As EdmType) As ReadOnlyCollection(Of FacetDescription)

パラメーター

type
EdmType

取得するファセットの説明の EdmType

戻り値

指定された EDM 型のファセットの説明の一覧を格納する ReadOnlyCollection<T> 型のコレクション。

適用対象