Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.