Uri.IsReservedCharacter(Char) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
Uri.IsReservedCharacter has been deprecated and is not supported.
Atenção
The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202
Atenção
The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202
Determina se o carácter especificado é um carácter reservado.
protected:
virtual bool IsReservedCharacter(char character);
[System.Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")]
protected virtual bool IsReservedCharacter(char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool IsReservedCharacter(char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool IsReservedCharacter(char character);
protected virtual bool IsReservedCharacter(char character);
[<System.Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")>]
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
[<System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
[<System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
Protected Overridable Function IsReservedCharacter (character As Char) As Boolean
Parâmetros
- character
- Char
A personagem a testar.
Devoluções
true se o carácter especificado for um carácter reservado caso contrário, false.
- Atributos