IVsDataViewDragSourceProvider 인터페이스

데이터 뷰 계층 구조에서 선택한 노드를 끌어 올 수가 있습니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services.SupportEntities
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
Public Interface IVsDataViewDragSourceProvider
public interface IVsDataViewDragSourceProvider
public interface class IVsDataViewDragSourceProvider
type IVsDataViewDragSourceProvider =  interface end
public interface IVsDataViewDragSourceProvider

IVsDataViewDragSourceProvider 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 CreateDataObject 클래스에서 구현 될 때 노드가 사본을 포함 하 고 클립보드에 저장 된 데이터 개체를 만듭니다.
Public 메서드 GetAllowedEffects 클래스에서 구현 될 때 데이터 보기, 복사, 이동 또는 연결 같은 노드를 끌 때 허용 되는 끌어서 놓기 효과 검색 합니다.
Public 메서드 OnDropped 클래스에서 구현 하면 놓기 작업을 처리 합니다.
Public 메서드 OnGiveFeedback 클래스에서 구현 된 경우는 GiveFeedback 이벤트입니다.
Public 메서드 OnQueryContinueDrag 클래스에서 구현 된 경우는 QueryContinueDrag 이벤트입니다.

위쪽

참고 항목

참조

Microsoft.VisualStudio.Data.Services.SupportEntities 네임스페이스