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
- 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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
Application()