Uri.IsBadFileSystemCharacter(Char) 메서드

정의

주의

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

주의

Uri.IsBadFileSystemCharacter 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 IsBadFileSystemCharacter(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 IsBadFileSystemCharacter (char character);
[System.Obsolete("Uri.IsBadFileSystemCharacter has been deprecated and is not supported.")]
protected virtual bool IsBadFileSystemCharacter (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 IsBadFileSystemCharacter (char character);
protected virtual bool IsBadFileSystemCharacter (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 IsBadFileSystemCharacter : char -> bool
override this.IsBadFileSystemCharacter : char -> bool
[<System.Obsolete("Uri.IsBadFileSystemCharacter has been deprecated and is not supported.")>]
abstract member IsBadFileSystemCharacter : char -> bool
override this.IsBadFileSystemCharacter : 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 IsBadFileSystemCharacter : char -> bool
override this.IsBadFileSystemCharacter : char -> bool
abstract member IsBadFileSystemCharacter : char -> bool
override this.IsBadFileSystemCharacter : char -> bool
Protected Overridable Function IsBadFileSystemCharacter (character As Char) As Boolean

매개 변수

character
Char

테스트할 Char입니다.

반환

Boolean

지정된 문자가 잘못되었으면 true이고, 그렇지 않으면 false입니다.

특성

설명

문자는 NTFS 파일 시스템의 규칙에 따라 분석됩니다.

적용 대상