IModelElement.GetRelatingElements メソッド
この要素が右側にある、この要素との間でリレーションシップを持つ要素の一覧を返します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function GetRelatingElements As IList(Of IModelElement)
'使用
Dim instance As IModelElement
Dim returnValue As IList(Of IModelElement)
returnValue = instance.GetRelatingElements()
IList<IModelElement> GetRelatingElements()
IList<IModelElement^>^ GetRelatingElements()
function GetRelatingElements() : IList<IModelElement>
戻り値
型 : System.Collections.Generic.IList<IModelElement>