VCLanguageManager.ValidateQualifiedName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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