Uri.IsBadFileSystemCharacter(Char) Método

Definición

Precaución

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

Precaución

Uri.IsBadFileSystemCharacter has been deprecated and is not supported.

Precaución

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

Indica si un carácter no es válido en un nombre del sistema de archivos.

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

Char que se va a probar.

Devoluciones

Boolean

true si el carácter especificado no es válido; en caso contrario, false.

Atributos

Comentarios

El carácter se analiza según las reglas del sistema de archivos NTFS.

Se aplica a