Condividi tramite


Metodo ModelStore.GetAllAnnotations<TType> (ModelIdentifier)

Restituisce tutte le annotazioni che implementano il tipo specificato.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Function GetAllAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelIdentifier _
) As IList(Of TType)
public IList<TType> GetAllAnnotations<TType>(
    ModelIdentifier identifier
)
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAllAnnotations(
    ModelIdentifier^ identifier
)
member GetAllAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

Parametri

Valore restituito

Tipo: System.Collections.Generic.IList<TType>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload GetAllAnnotations

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelAnnotation