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

適用於