Sdílet prostřednictvím


IModelAnnotationHolder.GetAnnotations – metoda (Type)

Vrátí seznam připojené poznámky daného typu.

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

Syntaxe

'Deklarace
Function GetAnnotations ( _
    annotationType As Type _
) As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations(
    Type annotationType
)
IList<IModelAnnotation^>^ GetAnnotations(
    Type^ annotationType
)
abstract GetAnnotations : 
        annotationType:Type -> IList<IModelAnnotation> 
function GetAnnotations(
    annotationType : Type
) : IList<IModelAnnotation>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelAnnotation>
Seznam obsahující poznámky vybraný model.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelAnnotationHolder Rozhraní

GetAnnotations – přetížení

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

IModelAnnotation