ModelExplorerTreeContainer.FindRootElements 方法
尋找在 [模型總管] 中失去關聯的所有項目。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Protected Overridable Function FindRootElements ( _
store As Store _
) As IList
protected virtual IList FindRootElements(
Store store
)
參數
- store
類型:Microsoft.VisualStudio.Modeling.Store
失去關聯的項目位於其中的Store。
傳回值
類型:System.Collections.IList
在 [模型總管] 中失去關聯之項目的清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。