Aracılığıyla paylaş


IModelAnnotationHolder.GetAnnotations<TType> Yöntem (ModelIdentifier)

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Function GetAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelIdentifier _
) As IList(Of TType)
IList<TType> GetAnnotations<TType>(
    ModelIdentifier identifier
)
where TType : class, IModelAnnotation
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAnnotations(
    ModelIdentifier^ identifier
)
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript genel türleri veya yöntemleri desteklemez.

Tür Parametreleri

  • TType

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.IList<TType>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IModelAnnotationHolder Arabirim

GetAnnotations Fazla Yük

Microsoft.Data.Schema.SchemaModel Ad Alanı