OANullProperty.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 OANullProperty
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
When implemented by derived classes, the automation object.
Implements
PropertyApplication()
Remarks
By default this method returns an empty string.
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.