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입니다.

적용 대상