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 -> boolPublic Function MigrateSelection (type As Type, askForConfirmation As Boolean) As BooleanParameters
- type
- Type
A type that implements IMigrationhandler
- askForConfirmation
- Boolean