Gets the application object. For Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property Application As Object
'使用
Dim instance As OAProperties
Dim value As Object
value = instance.Application
public virtual Object Application { get; }
public:
virtual property Object^ Application {
Object^ get ();
}
public function get Application () : Object
Property Value
Type: System.Object
Returns a null reference (Nothing in Visual Basic).
Implements
PropertiesApplication()
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()