ExplorerHidesNodes.SetExplorerBehavior(DomainPath, ExplorerBehavior) 方法

定义

设置 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
属性

适用于