Property.let_Value Method
Setter function to set properties values.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub let_Value ( _
lppvReturn As Object _
)
void let_Value(
Object lppvReturn
)
void let_Value(
[InAttribute] Object^ lppvReturn
)
abstract let_Value :
lppvReturn:Object -> unit
function let_Value(
lppvReturn : Object
)
Parameters
- lppvReturn
Type: System.Object
An object representing a value to set for a property
.NET Framework Security
- 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.