Partage via


EnumerationOptions.AttributesToSkip Propriété

Définition

Obtient ou définit les attributs à ignorer.

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

Valeur de propriété

Attributs à ignorer. Par défaut, il s’agit de FileAttributes.Hidden | FileAttributes.System.

S’applique à