C# 클래스 BExplorer.Shell.ShellSearchFolder

Create and modify search folders.
상속: ShellItem
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SetDisplayName ( string displayName ) : void

Sets the search folder display name.

SetFolderLogicalViewMode ( FolderLogicalViewMode mode ) : void

Sets folder logical view mode. The default settings are based on the FolderTypeID which is set by the SearchFolder::SetFolderTypeID method.

SetFolderTypeID ( System.Guid value ) : void

Sets a search folder type ID, as specified.

SetIconSize ( int value ) : void

Sets the search folder icon size. The default settings are based on the FolderTypeID which is set by the SearchFolder::SetFolderTypeID method.

SetStacks ( ) : void

Creates a list of stack keys, as specified. If this method is not called, by default the folder will not be stacked.

SetVisibleColumns ( PROPERTYKEY value ) : void

Creates a new column list whose columns are all visible, given an array of PropertyKey structures. The default is based on FolderTypeID.

This property may not work correctly with the ExplorerBrowser control.

ShellSearchFolder ( SearchCondition searchCondition ) : System

Create a simple search folder. Once the appropriate parameters are set, the search folder can be enumerated to get the search results.

메소드 상세

SetDisplayName() 공개 메소드

Sets the search folder display name.
public SetDisplayName ( string displayName ) : void
displayName string
리턴 void

SetFolderLogicalViewMode() 공개 메소드

Sets folder logical view mode. The default settings are based on the FolderTypeID which is set by the SearchFolder::SetFolderTypeID method.
public SetFolderLogicalViewMode ( FolderLogicalViewMode mode ) : void
mode FolderLogicalViewMode The logical view mode to set.
리턴 void

SetFolderTypeID() 공개 메소드

Sets a search folder type ID, as specified.
public SetFolderTypeID ( System.Guid value ) : void
value System.Guid
리턴 void

SetIconSize() 공개 메소드

Sets the search folder icon size. The default settings are based on the FolderTypeID which is set by the SearchFolder::SetFolderTypeID method.
public SetIconSize ( int value ) : void
value int
리턴 void

SetStacks() 공개 메소드

Creates a list of stack keys, as specified. If this method is not called, by default the folder will not be stacked.
If one of the given canonical names is invalid.
public SetStacks ( ) : void
리턴 void

SetVisibleColumns() 공개 메소드

Creates a new column list whose columns are all visible, given an array of PropertyKey structures. The default is based on FolderTypeID.
This property may not work correctly with the ExplorerBrowser control.
public SetVisibleColumns ( PROPERTYKEY value ) : void
value BExplorer.Shell.Interop.PROPERTYKEY
리턴 void

ShellSearchFolder() 공개 메소드

Create a simple search folder. Once the appropriate parameters are set, the search folder can be enumerated to get the search results.
public ShellSearchFolder ( SearchCondition searchCondition ) : System
searchCondition SearchCondition Specific condition on which to perform the search (property and expected value)
리턴 System