Sets or returns the object supporting the OAProperty object.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Property Object As Object
'使用
Dim instance As OAProperty
Dim value As Object
value = instance.Object
instance.Object = value
public Object Object { get; set; }
public:
virtual property Object^ Object {
Object^ get () sealed;
void set (Object^ value) sealed;
}
public final function get Object () : Object
public final function set Object (value : Object)
Property Value
Type: System.Object
An object representing the value of the OAProperty object.
Implements
PropertyObject()
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()