Freigeben über


ModelStore.GetAnnotations<TType>-Methode

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

Syntax

'Declaration
Public Function GetAnnotations(Of TType As {Class, IModelAnnotation}) As IList(Of TType)
public IList<TType> GetAnnotations<TType>()
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
virtual IList<TType>^ GetAnnotations() sealed
abstract GetAnnotations : unit -> IList<'TType>  when 'TType : not struct and IModelAnnotation
override GetAnnotations : unit -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript unterstützt keine generischen Typen oder Methoden.

Typparameter

  • TType

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

GetAnnotations-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace