Uri.IsReservedCharacter(Char) Methode

Definition

Achtung

Uri.IsReservedCharacter has been deprecated and is not supported.

Achtung

The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202

Achtung

The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202

Bestimmt, ob das angegebene Zeichen ein reserviertes Zeichen ist.

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

Parameter

character
Char

Das zu testende Zeichen.

Gibt zurück

truewenn das angegebene Zeichen ein reserviertes Zeichen ist, andernfalls . false

Attribute

Gilt für: