OAProject.Object Property

Gets an interface or object that can be accessed by name at runtime.

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

Syntax

'宣言
Public Overridable ReadOnly Property Object As Object
'使用
Dim instance As OAProject
Dim value As Object

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

Property Value

Type: System.Object

Object().

Implements

ProjectObject()

Permissions

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

Object()