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