IVCWizCtlUI.dte Property
Gets the top-level extensibility object.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Deklarace
ReadOnly Property dte As Object
Get
Object dte { get; }
property Object^ dte {
Object^ get ();
}
abstract dte : Object
function get dte () : Object
Property Value
Type: System.Object
A DTE2 object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.