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.1.0.0 (5.1.0)
Syntax ImportableData GetDataForClipboard(
Project sourceProject,
List<RawImportableElementDefinition> elementsToCopy,
Dictionary<ImportableElementType, Dictionary<Guid, Object>> elementsForCaches
)
Function GetDataForClipboard (
sourceProject As Project,
elementsToCopy As List(Of RawImportableElementDefinition),
elementsForCaches As Dictionary(Of ImportableElementType, Dictionary(Of Guid, Object))
) As ImportableData
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:
ImportableDataSee Also