EnumerationOptions.AttributesToSkip Propriedade

Definição

Obtém ou define os atributos para saltar.

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 de Propriedade

Os atributos a saltar. A predefinição é FileAttributes.Hidden | FileAttributes.System.

Aplica-se a