ModelStore.Annotation.GetElements メソッド

この注釈がアタッチされている要素の一覧を返します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Function GetElements As IList(Of IModelElement)
'使用
Dim instance As ModelStore..::.Annotation
Dim returnValue As IList(Of IModelElement)

returnValue = instance.GetElements()
public IList<IModelElement> GetElements()
public:
virtual IList<IModelElement^>^ GetElements() sealed
public final function GetElements() : IList<IModelElement>

戻り値

型 : System.Collections.Generic.IList<IModelElement>

実装

IModelAnnotation.GetElements()

参照

参照

ModelStore.Annotation クラス

ModelStore.Annotation メンバ

Microsoft.Data.Schema.SchemaModel 名前空間