Interface OrganizeImportsOperation.IChooseImportQuery
- Enclosing class:
OrganizeImportsOperation
public static interface OrganizeImportsOperation.IChooseImportQuery
-
Method Summary
Modifier and TypeMethodDescriptionchooseImports(TypeNameMatch[][] openChoices, ISourceRange[] ranges) Selects imports from a list of choices.
-
Method Details
-
chooseImports
Selects imports from a list of choices.- Parameters:
openChoices- From each array, a type reference has to be selectedranges- For each choice the range of the corresponding type reference.- Returns:
- Returns
nullto cancel the operation, or the selected imports.
-