EnumerationOptions.AttributesToSkip Eigenschaft

Definition

Ruft die zu überspringenden Attribute ab oder legt sie fest.

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

Eigenschaftswert

Die zu überspringenden Attribute. Der Standardwert lautet FileAttributes.Hidden | FileAttributes.System.

Gilt für: