VCLanguageManager::ValidateType Method (String^)

 

Determines if the specified expression is a valid C++ type expression.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

bool ValidateType(
	String^ bstrType
)

Parameters

bstrType
Type: System::String^

Required. The expression being validated.

Return Value

Type: System::Boolean

true if the specified expression is a valid C++ type expression; otherwise, false.

Return to top
Show: