Compartir a través de


ModelElement.GetAnnotations<TType> (Método) (ModelIdentifier)

Obtiene una lista de anotaciones adjuntada al elemento especificado y cuyo tipo coincide con el objeto Type proporcionado.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Function GetAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelIdentifier _
) As IList(Of TType)
public IList<TType> GetAnnotations<TType>(
    ModelIdentifier identifier
)
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
virtual IList<TType>^ GetAnnotations(
    ModelIdentifier^ identifier
) sealed
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
override GetAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IList<TType>
Una interfaz IList<T> cuyo tipo es TType.

Seguridad de .NET Framework

Vea también

Referencia

ModelElement Clase

GetAnnotations (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

IModelAnnotation

ModelIdentifier