VCWizCtlClass.ValidateCSharpIdentifier(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not implemented.
virtual bool ValidateCSharpIdentifier(std::wstring const & bstrName, bool bReportError = true);
[System.Runtime.InteropServices.DispId(1610743856)]
public virtual bool ValidateCSharpIdentifier (string bstrName, bool bReportError = true);
[<System.Runtime.InteropServices.DispId(1610743856)>]
abstract member ValidateCSharpIdentifier : string * bool -> bool
override this.ValidateCSharpIdentifier : string * bool -> bool
Public Overridable Function ValidateCSharpIdentifier (bstrName As String, Optional bReportError As Boolean = true) As Boolean
Parameters
- bstrName
- String
- bReportError
- Boolean
Returns
NOT_IMPL
Implements
- Attributes