Aracılığıyla paylaş


ModelElement.GetAnnotations Yöntem

Bu öğeye eklenen açıklamaları listesini alır.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Function GetAnnotations As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations()
public:
virtual IList<IModelAnnotation^>^ GetAnnotations() sealed
abstract GetAnnotations : unit -> IList<IModelAnnotation> 
override GetAnnotations : unit -> IList<IModelAnnotation> 
public final function GetAnnotations() : IList<IModelAnnotation>

Dönüş Değeri

Tür: System.Collections.Generic.IList<IModelAnnotation>
Bir IList<T> Nesne türü IModelAnnotation.

Yüklenen

IModelAnnotationHolder.GetAnnotations()

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ModelElement Sınıf

GetAnnotations Fazla Yük

Microsoft.Data.Schema.SchemaModel Ad Alanı

IModelAnnotation

GetAnnotations