IVCWizCtlUI.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.
bool ValidateCSharpIdentifier(std::wstring const & bstrName, bool bReportError = true);
[System.Runtime.InteropServices.DispId(1610743856)]
public bool ValidateCSharpIdentifier (string bstrName, bool bReportError = true);
[<System.Runtime.InteropServices.DispId(1610743856)>]
abstract member ValidateCSharpIdentifier : string * bool -> bool
Public Function ValidateCSharpIdentifier (bstrName As String, Optional bReportError As Boolean = true) As Boolean
Parameters
- bstrName
- String
- bReportError
- Boolean
Returns
NOT_IMPL
- Attributes