VCWizCtlClass.ValidateCLRIdentifier(String, Boolean) Método

Definição

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

Boolean

True se o nome for um identificador CLR válido.

Implementações

Atributos

Aplica-se a