'Declaration
Public Function ImportData( _ ByVal options As ImportOptions, _ ByRef importedObjects As ReadOnlyCollection(Of ImportedObject) _ ) As ImportResult
public ImportResult ImportData( ImportOptions options, out ReadOnlyCollection<ImportedObject> importedObjects )
public: ImportResult ImportData( ImportOptions^ options, [Out] ReadOnlyCollection<ImportedObject^>^ importedObjects )
Parameters
- options
- Options to control the import process.
- importedObjects
- A collection of ImportedObject objects with information about each object imported from the source.
Return Value
An ImportResult giving the overall result of the operation. Refer to the ImportResult for individual
items in the importedObjects collection for information about the state of each object.