OAProperty.Value Property

Gets or sets the value of the property returned by the OAProperty object

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

Syntax

'宣言
Public Property Value As Object
'使用
Dim instance As OAProperty
Dim value As Object

value = instance.Value

instance.Value = value
public Object Value { get; set; }
public:
virtual property Object^ Value {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
public final function get Value () : Object
public final function set Value (value : Object)

Property Value

Type: System.Object

Returns an object.

Implements

PropertyValue()

Permissions

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace

Value()