VCWizCtlClass.ValidateCLRIdentifier(String, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna se um nome é um identificador CLR válido.
virtual bool ValidateCLRIdentifier(std::wstring const & bstrName, bool bReportError = true);
[System.Runtime.InteropServices.DispId(1610743860)]
public virtual bool ValidateCLRIdentifier (string bstrName, bool bReportError = true);
[<System.Runtime.InteropServices.DispId(1610743860)>]
abstract member ValidateCLRIdentifier : string * bool -> bool
override this.ValidateCLRIdentifier : string * bool -> bool
Public Overridable Function ValidateCLRIdentifier (bstrName As String, Optional bReportError As Boolean = true) As Boolean
Parâmetros
- bstrName
- String
Nome a ser testado.
- bReportError
- Boolean
Defina como true para relatar um erro.
Retornos
True se o nome for um identificador CLR válido.
Implementações
- Atributos