ModelStore.GetAllAnnotations<TType> Method (ModelStore.Identifier)

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

Syntax

'Declaration
Public Function GetAllAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelStore..::..Identifier _
) As IList(Of TType)
'Usage
Dim instance As ModelStore
Dim identifier As ModelStore..::..Identifier
Dim returnValue As IList(Of TType)

returnValue = instance.GetAllAnnotations(identifier)
public IList<TType> GetAllAnnotations<TType>(
    ModelStore..::..Identifier identifier
)
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAllAnnotations(
    ModelStore..::..Identifier^ identifier
)
JScript does not support generic types or methods.
member GetAllAnnotations : 
        identifier:ModelStore..::..Identifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation

Type Parameters

  • TType

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ModelStore Class

ModelStore Members

GetAllAnnotations<TType> Overload

Microsoft.Data.Schema.SchemaModel Namespace