_CommandBarComboBox.Application Property

Gets the DTE object.

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

Syntax

‘선언
ReadOnly Property Application As Object
    Get
‘사용 방법
Dim instance As _CommandBarComboBox
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

CommandBarControl.Application

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.VisualStudio.CommandBars Namespace