VCWizCtlClass.ValidateCSharpIdentifier Method
Not implemented.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Function ValidateCSharpIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
'Usage
Dim instance As VCWizCtlClass
Dim bstrName As String
Dim bReportError As Boolean
Dim returnValue As Boolean
returnValue = instance.ValidateCSharpIdentifier(bstrName, _
bReportError)
public virtual bool ValidateCSharpIdentifier(
string bstrName,
bool bReportError
)
public:
virtual bool ValidateCSharpIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
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)
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.