OAProperty.Application Property

Gets the Application object.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property Application As Object
'使用
Dim instance As OAProperty
Dim value As Object

value = instance.Application
public Object Application { get; }
public:
virtual property Object^ Application {
    Object^ get () sealed;
}
public final function get Application () : Object

Property Value

Type: System.Object

Returns an Application object.

Implements

PropertyApplication()

Permissions

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace

Application()