This documentation is archived and is not being maintained.
ICompositeView Interface
Visual Studio 2010
Provides methods to copy, cut, move, delete, and paste objects.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The ICompositeView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DroppingTypeResolvingOptions | Gets or sets the object for resolving types used by the TypePresenter. |
![]() | IsDefaultContainer | Gets a value that indicates whether the current designer is the default container. |
| Name | Description | |
|---|---|---|
![]() | CanPasteItems | Returns a value that indicates whether the specified objects can be pasted. |
![]() | OnItemMoved | Invoked after the start of a move operation to complete the moving of the specified item. |
![]() | OnItemsCopied | Invoked after the start of a copy operation to complete the copying of the specified items. |
![]() | OnItemsCut | Invoked after the start of a cut operation to complete the cutting of the specified items. |
![]() | OnItemsDelete | Invoked after the start of a delete operation to complete the deletion of the specified items. |
![]() | OnItemsPasted | Invoked after the start of a paste operation to complete the pasting of the specified items. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
