IVCWizCtlUI.ValidateCSharpIdentifier Method
Not implemented.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Dichiarazione
Function ValidateCSharpIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
bool ValidateCSharpIdentifier(
string bstrName,
bool bReportError
)
bool ValidateCSharpIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
abstract ValidateCSharpIdentifier :
bstrName:string *
bReportError:bool -> bool
function ValidateCSharpIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
Parameters
- bstrName
Type: System.String
- bReportError
Type: System.Boolean
Return Value
Type: System.Boolean
NOT_IMPL
.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.