CommandBar.Application Property

Gets the DTE object.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaration
ReadOnly Property Application As Object
Object Application { get; }
property Object^ Application {
    Object^ get ();
}
abstract Application : Object with get
function get Application () : Object

Property Value

Type: System.Object
The DTE object.

.NET Framework Security

See Also

Reference

CommandBar Interface

Microsoft.VisualStudio.CommandBars Namespace