OAProperty.Object Property

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

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace

Object()