VsaEngine.IsValidIdentifier(String) Método
Definição
Verifica se o identificador fornecido é válido para o mecanismo.Checks whether the supplied identifier is valid for the engine.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
override bool IsValidIdentifier(System::String ^ ident);
public override bool IsValidIdentifier (string ident);
override this.IsValidIdentifier : string -> bool
Public Overrides Function IsValidIdentifier (ident As String) As Boolean
Parâmetros
- ident
- String
Um valor de cadeia de caracteres fornecido como identificador.A string value provided as identifier.
Retornos
true se o identificador for válido; caso contrário, false.true if the identifier is valid; otherwise, false.