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