NavigateToModelExplorerTreeNodeCommand-Konstruktor
Konstruktor.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
modelExplorerToolWindow As ModelExplorerToolWindow, _
modelElementTreeNode As ExplorerTreeNode, _
priority As Integer _
)
public NavigateToModelExplorerTreeNodeCommand(
ModelExplorerToolWindow modelExplorerToolWindow,
ExplorerTreeNode modelElementTreeNode,
int priority
)
Parameter
- modelExplorerToolWindow
Typ: Microsoft.VisualStudio.Modeling.Shell.ModelExplorerToolWindow
- modelElementTreeNode
Typ: Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode
- priority
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.