DepthFirstElementWalker.GetRelatedElements 方法
取得立即附近應該,在瀏覽過的家應該造訪的順序的項目的清單。
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Protected Overridable Function GetRelatedElements ( _
element As ModelElement _
) As IList(Of ModelElement)
protected virtual IList<ModelElement> GetRelatedElements(
ModelElement element
)
參數
- element
型別:Microsoft.VisualStudio.Modeling.ModelElement
ModelElement,其相關的項目查詢
傳回值
型別:System.Collections.Generic.IList<ModelElement>
相關的項目清單。
備註
覆寫此選項以變更造訪的順序。預設實作會包含所有連結的模型項目不會篩選出,後面接著不會篩選出的所有連結。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。