다음을 통해 공유


Uri.IsBadFileSystemCharacter 메서드

이 메서드는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

참고: 이 메서드는 이제 사용되지 않습니다.

문자가 파일 시스템 이름에서 잘못되었는지 여부를 나타내는 Boolean 값을 반환합니다.

네임스페이스: System
어셈블리: System(system.dll)

구문

‘선언
<ObsoleteAttribute("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")> _
Protected Overridable Function IsBadFileSystemCharacter ( _
    character As Char _
) As Boolean
‘사용 방법
Dim character As Char
Dim returnValue As Boolean

returnValue = Me.IsBadFileSystemCharacter(character)
[ObsoleteAttribute("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
)
[ObsoleteAttribute(L"The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")] 
protected:
virtual bool IsBadFileSystemCharacter (
    wchar_t character
)
/** @attribute ObsoleteAttribute("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202") */ 
protected boolean IsBadFileSystemCharacter (
    char character
)
ObsoleteAttribute("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202") 
protected function IsBadFileSystemCharacter (
    character : char
) : boolean

매개 변수

  • character
    테스트할 Char입니다.

반환 값

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

설명

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

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

1.0, 1.1에서 지원
2.0에서 사용되지 않음(컴파일러 경고)

.NET Compact Framework

1.0에서 지원
2.0에서 사용되지 않음(컴파일러 경고)

참고 항목

참조

Uri 클래스
Uri 멤버
System 네임스페이스