Click or drag to resize
ICopyPasteProducerControllerGetDataForClipboard Method
Gets the data for the clipboard, from the project specified. The elements to copy are converted to importable elements in the output. The elements for caches is data the importer needs to do its 2nd level retrieval as we skipped the 1st level retrieval.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
ImportableData GetDataForClipboard(
	Project sourceProject,
	List<RawImportableElementDefinition> elementsToCopy,
	Dictionary<ImportableElementType, Dictionary<Guid, Object>> elementsForCaches
)

Parameters

sourceProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The source project.
elementsToCopy
Type: System.Collections.GenericListRawImportableElementDefinition
The elements to copy.
elementsForCaches
Type: System.Collections.GenericDictionaryImportableElementType, DictionaryGuid, Object
The elements for caches.

Return Value

Type: ImportableData
See Also