OANullProperty.Object Property

Gets or sets the automation object of this property.

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

Syntax

'宣言
Public Property Object As Object
'使用
Dim instance As OANullProperty
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

The NodeProperties of the associated OAProperties.

Implements

PropertyObject()

Remarks

By default the setter of this property does nothing.

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace