Freigeben über


DbXmlEnabledProviderManifest.GetFacetDescriptions-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt eine Liste der Facetbeschreibungen für den angegebenen Entity Data Model (EDM)-Typ zurück.

Namespace:  System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overrides Function GetFacetDescriptions ( _
    edmType As EdmType _
) As ReadOnlyCollection(Of FacetDescription)
'Usage
Dim instance As DbXmlEnabledProviderManifest 
Dim edmType As EdmType 
Dim returnValue As ReadOnlyCollection(Of FacetDescription)

returnValue = instance.GetFacetDescriptions(edmType)
public override ReadOnlyCollection<FacetDescription> GetFacetDescriptions(
    EdmType edmType
)
public:
virtual ReadOnlyCollection<FacetDescription^>^ GetFacetDescriptions(
    EdmType^ edmType
) override
abstract GetFacetDescriptions : 
        edmType:EdmType -> ReadOnlyCollection<FacetDescription> 
override GetFacetDescriptions : 
        edmType:EdmType -> ReadOnlyCollection<FacetDescription> 
public override function GetFacetDescriptions(
    edmType : EdmType
) : ReadOnlyCollection<FacetDescription>

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>
Eine Auflistung vom Typ ReadOnlyCollection<T>, die die Liste der Facetbeschreibungen für den angegebenen EDM-Typ enthält.

Siehe auch

Verweis

DbXmlEnabledProviderManifest Klasse

System.Data.Entity.Core.Common-Namespace