Condividi tramite


Metodo MetadataItem.GetGeneralFacetDescriptions

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Restituisce l'elenco delle descrizioni dei facet generali per un tipo specificato.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Shared Function GetGeneralFacetDescriptions As ReadOnlyCollection(Of FacetDescription)
'Utilizzo
Dim returnValue As ReadOnlyCollection(Of FacetDescription)

returnValue = MetadataItem.GetGeneralFacetDescriptions()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static ReadOnlyCollection<FacetDescription> GetGeneralFacetDescriptions()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
static ReadOnlyCollection<FacetDescription^>^ GetGeneralFacetDescriptions()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
static member GetGeneralFacetDescriptions : unit -> ReadOnlyCollection<FacetDescription> 
public static function GetGeneralFacetDescriptions() : ReadOnlyCollection<FacetDescription>

Valore restituito

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>
Oggetto ReadOnlyCollection<T> che rappresenta l'elenco delle descrizioni dei facet generali per un tipo specificato.

Vedere anche

Riferimento

MetadataItem Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm