다음을 통해 공유


DragDropInfo.Source 속성

끌어서 놓기 작업을 시작한 개체를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor.DragDrop
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Public Property Source As Object
public Object Source { get; private set; }
public:
property Object^ Source {
    Object^ get ();
    private: void set (Object^ value);
}
member Source : Object with get, private set
function get Source () : Object 
private function set Source (value : Object)

속성 값

형식: Object
끌어서 놓기 작업을 시작한 개체입니다.

.NET Framework 보안

참고 항목

참조

DragDropInfo 클래스

Microsoft.VisualStudio.Text.Editor.DragDrop 네임스페이스