ModelStore.GetAllAnnotations<TType> (Método) (ModelIdentifier)
Devuelve todas las anotaciones que implementan el tipo especificado.
Espacio de nombres: Microsoft.Data.Schema.SchemaModel
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
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 no admite el uso de métodos ni tipos genéricos.
Parámetros de tipo
- TType
Un objeto Type que se deriva de IModelAnnotation.
Parámetros
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Un objeto ModelIdentifier.
Valor devuelto
Tipo: System.Collections.Generic.IList<TType>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
GetAllAnnotations (Sobrecarga)