UtilVisualStudioIDECurrentVisualStudioInstance Property
Gets a DTE2 object that represents the current Visual Studio instance that is running this project.
Namespace: DevCase.Core.Diagnostics.VisualStudio.IDEAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static DTE2 CurrentVisualStudioInstance { get; }
Public Shared ReadOnly Property CurrentVisualStudioInstance As DTE2
Get
Dim value As DTE2
value = UtilVisualStudioIDE.CurrentVisualStudioInstance
public:
static property DTE2^ CurrentVisualStudioInstance {
DTE2^ get ();
}
static member CurrentVisualStudioInstance : DTE2 with get
No code example is currently available or this language may not be supported.
Property Value
DTE2
A
DTE2 object that represents the current Visual Studio instance that is running this project.
This is a code example.
No code example is currently available or this language may not be supported.
Dim instance As DTE2 = CurrentVisualStudioInstance()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.