Share via


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

适用于