ExplorerHidesNodes.SetExplorerBehavior(DomainPath, ExplorerBehavior) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 ExplorerBehavior。
public:
static void SetExplorerBehavior(Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerBehavior ^ newExplorer);
[System.Diagnostics.DebuggerStepThrough]
public static void SetExplorerBehavior (Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath element, Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior newExplorer);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetExplorerBehavior : Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath * Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior -> unit
Public Shared Sub SetExplorerBehavior (element As DomainPath, newExplorer As ExplorerBehavior)
参数
- element
- DomainPath
- newExplorer
- ExplorerBehavior
- 属性