Freigeben über


IModelAnnotationHolder.GetAnnotations<TType>-Methode (ModelIdentifier)

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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 unterstützt keine generischen Typen oder Methoden.

Typparameter

  • TType

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelAnnotationHolder Schnittstelle

GetAnnotations-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace