Partager via


IModelAnnotationHolder.GetAnnotations, méthode (ModelIdentifier)

Retourne une liste d'annotations attachées qui ont l'identificateur donné.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Function GetAnnotations ( _
    identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations(
    ModelIdentifier identifier
)
IList<IModelAnnotation^>^ GetAnnotations(
    ModelIdentifier^ identifier
)
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
function GetAnnotations(
    identifier : ModelIdentifier
) : IList<IModelAnnotation>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IList<IModelAnnotation>
Liste contenant les annotations de modèle sélectionnées.

Sécurité .NET Framework

Voir aussi

Référence

IModelAnnotationHolder Interface

GetAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelIdentifier