EnumerationOptions.AttributesToSkip プロパティ

定義

スキップする属性を取得または設定します。 既定値は FileAttributes.Hidden | FileAttributes.System です。

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

スキップする属性。

適用対象