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
'إقرار
Function ValidateQualifiedName ( _
bstrName As String _
) As Boolean
'الاستخدام
Dim instance As VCLanguageManager
Dim bstrName As String
Dim returnValue As Boolean
returnValue = instance.ValidateQualifiedName(bstrName)
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.