Sdílet prostřednictvím


IModelAnnotationHolder.GetAnnotations<TType> – metoda (ModelIdentifier)

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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
Jazyk JScript nepodporuje obecné typy a metody.

Parametry typu

  • TType

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelAnnotationHolder Rozhraní

GetAnnotations – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů