DragDropInfo.IsInternal Property
Determines whether the drag and drop operation has been initiated from within the editor.
Namespace: Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Boolean
true if the drag and drop operation has been initiated from within the editor, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.