Share via


Uri.IsBadFileSystemCharacter(Char) Método

Definição

Cuidado

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

Cuidado

Uri.IsBadFileSystemCharacter has been deprecated and is not supported.

Cuidado

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

Indica se um caractere é inválido em um nome do sistema de arquivos.

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

Parâmetros

character
Char

O Char a ser testado.

Retornos

Boolean

true se o caractere especificado for inválido, caso contrário, false.

Atributos

Comentários

O caractere é analisado de acordo com as regras do sistema de arquivos NTFS.

Aplica-se a