C# 클래스 BExplorer.Shell.SearchCondition

Exposes properties and methods for retrieving information about a search condition.
상속: IDisposable
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SearchCondition BExplorer.Shell.Interop

공개 메소드들

메소드 설명
Dispose ( ) : void

Release the native objects.

GetSubConditions ( ) : IEnumerable

Retrieves an array of the sub-conditions.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Release the native objects.

비공개 메소드들

메소드 설명
SearchCondition ( ICondition nativeSearchCondition ) : BExplorer.Shell.Interop

메소드 상세

Dispose() 공개 메소드

Release the native objects.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Release the native objects.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetSubConditions() 공개 메소드

Retrieves an array of the sub-conditions.
public GetSubConditions ( ) : IEnumerable
리턴 IEnumerable