共用方式為


ModelElement.GetReferencingElements 方法

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Function GetReferencingElements As IList(Of IModelElement)
public IList<IModelElement> GetReferencingElements()
public:
virtual IList<IModelElement^>^ GetReferencingElements() sealed
abstract GetReferencingElements : unit -> IList<IModelElement> 
override GetReferencingElements : unit -> IList<IModelElement> 
public final function GetReferencingElements() : IList<IModelElement>

傳回值

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

實作

IModelElement.GetReferencingElements()

.NET Framework 安全性

請參閱

參考

ModelElement 類別

Microsoft.Data.Schema.SchemaModel 命名空間