NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IComponentClipboardService.PasteComponents

Attempt to create components from clipboard data and paste them to the current selection

[Visual Basic]
Function PasteComponents() As IComponent ()
[C#]
IComponent[] PasteComponents();
[C++]
IComponent* PasteComponents() [] = 0;
[JScript]
function PasteComponents() : IComponent[];

Return Value

The components that were created and/or pasted.

See Also

IComponentClipboardService Interface | IComponentClipboardService Members | System.WinForms.Design Namespace