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
- 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
Object()