Expression2::IsValidValue Property

 

Indicates whether the specified value in an expression is valid.

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

property bool IsValidValue {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean value.

Returns true if the value in the expression is valid; otherwise, it returns false.

The following example demonstrates how to use the IsValidValue property.

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