IVCWizCtlUI.dte Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the top-level extensibility object.
public:
property System::Object ^ dte { System::Object ^ get(); };
public:
property Platform::Object ^ dte { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public object dte { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.dte : obj
Public ReadOnly Property dte As Object
Property Value
A DTE2 object.
- Attributes