Compartilhar via


DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) Método

Definição

Retorna a lista de descrições de faceta para o tipo EDM (Modelo de Dados de Entidade) especificado.

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)

Parâmetros

type
EdmType

Um EdmType para o qual as descrições da faceta devem ser recuperadas.

Retornos

Uma coleção de tipo ReadOnlyCollection<T> que contém a lista de descrições de faceta para o tipo EDM especificado.

Aplica-se a