다음을 통해 공유


DragDropInfo.AllowedEffects 속성

소스에서 허용하는 끌어서 놓기 효과를 가져옵니다.

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

구문

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

속성 값

형식: DragDropEffects
DragDropEffects 원본에서 사용할 수 있습니다.

설명

원본 및 대상 간의 계약의 일부로 대상 소스에서 허용 하는 효과 이행해 야 합니다. 예를 들어, 소스를 허용 하지 않는 경우는 Move, 대상 이동을 실행 해야 하 고.

.NET Framework 보안

참고 항목

참조

DragDropInfo 클래스

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