MigrationTool.MigrateSelection(Type, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Migrates all objects from list of objects to be migrated using the selected IMigrationHandler implementation.
public:
bool MigrateSelection(Type ^ type, bool askForConfirmation);
public bool MigrateSelection (Type type, bool askForConfirmation);
member this.MigrateSelection : Type * bool -> bool
Public Function MigrateSelection (type As Type, askForConfirmation As Boolean) As Boolean
Parameters
- type
- Type
A type that implements IMigrationhandler
- askForConfirmation
- Boolean