EnumerationOptions.AttributesToSkip Propriedade

Definição

Obtém ou define os atributos a serem ignorados.

public:
 property System::IO::FileAttributes AttributesToSkip { System::IO::FileAttributes get(); void set(System::IO::FileAttributes value); };
public System.IO.FileAttributes AttributesToSkip { get; set; }
member this.AttributesToSkip : System.IO.FileAttributes with get, set
Public Property AttributesToSkip As FileAttributes

Valor da propriedade

Os atributos a serem ignoradas. O padrão é FileAttributes.Hidden | FileAttributes.System.

Aplica-se a