EnumerationOptions.AttributesToSkip Eigenschap

Definitie

Hiermee haalt u de kenmerken op of stelt u deze in om over te slaan.

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

Waarde van eigenschap

De kenmerken die moeten worden overgeslagen. De standaardwaarde is FileAttributes.Hidden | FileAttributes.System.

Van toepassing op