Uri.IsBadFileSystemCharacter(Char) Méthode

Définition

Attention

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

Attention

Uri.IsBadFileSystemCharacter has been deprecated and is not supported.

Attention

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

Indique si un caractère n’est pas valide dans un nom de système de fichiers.

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

Paramètres

character
Char

Char à tester.

Retours

Boolean

true si le caractère spécifié n’est pas valide ; sinon, false.

Attributs

Remarques

Le caractère est analysé en fonction des règles du système de fichiers NTFS.

S’applique à