Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ObjectAn 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.