VCLanguageManager::ValidateType Method (String^)
Visual Studio 2015
Determines if the specified expression is a valid C++ type expression.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Parameters
- bstrType
-
Type:
System::String^
Required. The expression being validated.
Return Value
Type: System::Booleantrue if the specified expression is a valid C++ type expression; otherwise, false.
Show: