PresentationViewsSubject.GetLinks 方法
取得指定的 PresentationElement 和 ModelElement 之間的任何 PresentationViewsSubject 連結。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
語法
'宣告
Public Shared Function GetLinks ( _
source As PresentationElement, _
target As ModelElement _
) As ReadOnlyCollection(Of PresentationViewsSubject)
public static ReadOnlyCollection<PresentationViewsSubject> GetLinks(
PresentationElement source,
ModelElement target
)
參數
傳回值
類型:System.Collections.ObjectModel.ReadOnlyCollection<PresentationViewsSubject>
備註
不應該超過此關聯性之連結兩個物件之間的。 請改用 GetLink。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。