Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the DTE object.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
ReadOnly Property Application As Object
Get
'Usage
Dim instance As CommandBarControl
Dim value As Object
value = instance.Application
Object Application { get; }
property Object^ Application {
Object^ get ();
}
abstract Application : Object
function get Application () : Object
Property Value
Type: System.Object
The DTE object.
Implements
_IVsMsoOleAccDispObj.Application
.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.