Uri.IsExcludedCharacter(Char) Método

Definição

Atenção

Uri.IsExcludedCharacter 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 a personagem especificada deve ser escapada.

protected:
 static bool IsExcludedCharacter(char character);
[System.Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")]
protected static bool IsExcludedCharacter(char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected static bool IsExcludedCharacter(char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected static bool IsExcludedCharacter(char character);
protected static bool IsExcludedCharacter(char character);
[<System.Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")>]
static member IsExcludedCharacter : char -> bool
[<System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")>]
static member IsExcludedCharacter : char -> bool
[<System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")>]
static member IsExcludedCharacter : char -> bool
static member IsExcludedCharacter : char -> bool
Protected Shared Function IsExcludedCharacter (character As Char) As Boolean

Parâmetros

character
Char

A personagem a testar.

Devoluções

true se o carácter especificado deve ser escapado; caso contrário, false.

Atributos

Aplica-se a