Uri.IsReservedCharacter(Char) 메서드

정의

주의

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

주의

Uri.IsReservedCharacter has been deprecated and is not supported.

주의

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);
[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("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. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool IsReservedCharacter (char character);
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")>]
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
[<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. 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

매개 변수

character
Char

테스트할 문자입니다.

반환

Boolean

지정된 문자가 예약된 문자이면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상