A function to set properties values.
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 OAProperty
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
value
Type: System.ObjectObject to contain to fill in a properties value.
Implements
Propertylet_Value(Object)
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
let_Value(Object)