DragDropInfo.IsInternal 属性

确定是否已从编辑器内启动拖放操作。

命名空间:  Microsoft.VisualStudio.Text.Editor.DragDrop
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Public Property IsInternal As Boolean
public bool IsInternal { get; private set; }
public:
property bool IsInternal {
    bool get ();
    private: void set (bool value);
}
member IsInternal : bool with get, private set
function get IsInternal () : boolean 
private function set IsInternal (value : boolean)

属性值

类型:Boolean
true ,如果拖放操作已启动从编辑器内,否则 false。

.NET Framework 安全性

请参阅

参考

DragDropInfo 类

Microsoft.VisualStudio.Text.Editor.DragDrop 命名空间