Gets an 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 OAProjectItem
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
The Object() property.
Implements
ProjectItemObject()
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.