OANullProperty.let_Value Method

Sets a property value.

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

Syntax

'宣言
Public Sub let_Value ( _
    value As Object _
)
'使用
Dim instance As OANullProperty
Dim value As Object

instance.let_Value(value)
public void let_Value(
    Object value
)
public:
virtual void let_Value(
    Object^ value
) sealed
public final function let_Value(
    value : Object
)

Parameters

Implements

Propertylet_Value(Object)

Remarks

This method does nothing.

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace