Expression2::Value Property

 

Sets or gets the data for the object.

Namespace:   EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)

property String^ Value {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string representing the value of the object.

If an attribute is in the form name(someval, 2), then the value is someval, 2.

The following example demonstrates how to use the Value property.

No code example is currently available or this language may not be supported.
Return to top
Show: