Not implemented.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Function ValidateCSharpIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
用法
Dim instance As IVCWizCtlUI
Dim bstrName As String
Dim bReportError As Boolean
Dim returnValue As Boolean
returnValue = instance.ValidateCSharpIdentifier(bstrName, _
bReportError)
bool ValidateCSharpIdentifier(
string bstrName,
bool bReportError
)
bool ValidateCSharpIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
function ValidateCSharpIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
Parameters
bstrName
Type: System.String
bReportError
Type: System.Boolean
Return Value
Type: System.Boolean
NOT_IMPL
Permissions
- 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.