VCLanguageManager.ValidateQualifiedName Method

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

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

Syntax

'Declaration
Function ValidateQualifiedName ( _
    bstrName As String _
) As Boolean
bool ValidateQualifiedName(
    string bstrName
)
bool ValidateQualifiedName(
    [InAttribute] String^ bstrName
)
abstract ValidateQualifiedName : 
        bstrName:string -> bool
function ValidateQualifiedName(
    bstrName : String
) : boolean

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.

.NET Framework Security

See Also

Reference

VCLanguageManager Interface

Microsoft.VisualStudio.VCCodeModel Namespace