ModelExplorerTreeContainer.IsExplorableRoleForElement 方法
查詢指定的角色是否應視為是候選方法,以顯示在 [檔案總管]。 它可能不會顯示在 [檔案總管] 中如果隱藏了。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
語法
'宣告
Protected Friend Overridable Function IsExplorableRoleForElement ( _
element As ModelElement, _
role As DomainRoleInfo _
) As Boolean
protected internal virtual bool IsExplorableRoleForElement(
ModelElement element,
DomainRoleInfo role
)
參數
- element
型別:Microsoft.VisualStudio.Modeling.ModelElement
角色就會顯示其節點下的 ModelElement
- role
型別:Microsoft.VisualStudio.Modeling.DomainRoleInfo
描述角色的 DomainRoleInfo
傳回值
型別:System.Boolean
如果角色都做為顯示,否則為 false,則為 true。
備註
根據預設值被表示只有內嵌的非抽象。 可覆寫,但不是包含關聯性不是內嵌,當瀏覽器進行一般的假設它只會顯示內嵌,而且其行為是未定義的如果不是建議使用
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。