DragDropOrCopyPasteContext Class

Provides context about what happened during a copy and paste or drag and drop operation.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DragDropOrCopyPasteContext
'Usage
Dim instance As DragDropOrCopyPasteContext
[CLSCompliantAttribute(false)]
public sealed class DragDropOrCopyPasteContext
[CLSCompliantAttribute(false)]
public ref class DragDropOrCopyPasteContext sealed
public final class DragDropOrCopyPasteContext
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type DragDropOrCopyPasteContext =  class end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.DragDropOrCopyPasteContext

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DragDropOrCopyPasteContext Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace