When overridden in a derived class, gets the object that is returned by Object() for this project.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overridable ReadOnly Property ProjectObject As Object
'使用
Dim value As Object
value = Me.ProjectObject
protected internal virtual Object ProjectObject { get; }
protected public:
virtual property Object^ ProjectObject {
Object^ get ();
}
protected internal function get ProjectObject () : Object
Property Value
Type: System.Object
The project object.
Remarks
By default this returns a null reference (Nothing in Visual Basic).
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.