VCLanguageManager::ValidateQualifiedName Method (String^)

 

Determines if the specified name is a valid C++ qualified name.

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

bool ValidateQualifiedName(
	String^ bstrName
)

Parameters

bstrName
Type: System::String^

Required. The qualified name being validated.

Return Value

Type: System::Boolean

true if the specified name is a valid C++ qualified name; otherwise, false.

Return to top
Show: