EnumerationOptions.AttributesToSkip プロパティ

定義

スキップする属性を取得または設定します。

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

プロパティ値

スキップする属性。 既定では、 FileAttributes.Hidden | FileAttributes.Systemです。

適用対象