다음을 통해 공유


DragDropInfo.Location 속성

텍스트 뷰의 왼쪽 위 모퉁이에 상대적인 커서 위치를 가져옵니다.

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

구문

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

속성 값

형식: Point
텍스트 뷰의 왼쪽 위 모퉁이에 상대적인 커서 위치입니다.

.NET Framework 보안

참고 항목

참조

DragDropInfo 클래스

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