IExplorerDetailsView 인터페이스

정의

탐색기에서 정보를 표시하는 메서드를 정의합니다.

public interface class IExplorerDetailsView : IDisposable
public interface IExplorerDetailsView : IDisposable
type IExplorerDetailsView = interface
    interface IDisposable
Public Interface IExplorerDetailsView
Implements IDisposable
구현

속성

DetailsViewControl

뷰가 활성화될 때까지 뷰가 컨트롤 생성을 지연시킬 수 있는 정보 뷰 컨트롤을 가져옵니다.

메서드

Activate()

정보 뷰가 활성화될 때 실행됩니다.

Deactivate()

정보 뷰가 비활성화될 때 실행됩니다.

SetExplorerView(IExplorerView)

서비스 공급자로 사용할 수도 있고 연결 및 다른 유용한 정보에 대한 액세스를 제공하는 현재 탐색 컨텍스트를 가져오는 데 사용할 수 있는 현재 뷰를 설정합니다.

SetFocusedItem(IExplorerViewItem)

현재 포커스가 지정된 항목을 설정합니다.

SetSelectedItems(IExplorerViewItem[])

현재 선택한 항목을 설정합니다.

Update(IExplorerViewItem[])

지정된 항목에 대해 업데이트를 수행합니다.

적용 대상