VCLanguageManager.ValidateQualifiedName(String) Method

Definition

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

public:
 bool ValidateQualifiedName(System::String ^ bstrName);
public:
 bool ValidateQualifiedName(Platform::String ^ bstrName);
bool ValidateQualifiedName(std::wstring const & bstrName);
[System.Runtime.InteropServices.DispId(3)]
public bool ValidateQualifiedName (string bstrName);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member ValidateQualifiedName : string -> bool
Public Function ValidateQualifiedName (bstrName As String) As Boolean

Parameters

bstrName
String

Required. The qualified name being validated.

Returns

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

Attributes

Applies to