PredefinedCompletionNames Class
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.
Provides names used by the Async Completion feature.
public ref class PredefinedCompletionNames abstract sealed
public static class PredefinedCompletionNames
type PredefinedCompletionNames = class
Public Class PredefinedCompletionNames
- Inheritance
-
PredefinedCompletionNames
Fields
CompletionCommandHandler |
Name of the completion's ICommandHandler. Use to order your MEF part. |
DefaultCompletionExpander |
Order your MEF part of type CompletionFilter relatively to this name, so that it tends to be the default expander (order before this name) or not be the default expander (order after this name). |
DefaultCompletionItemManager |
Name of the default IAsyncCompletionItemManagerProvider. Use to order your MEF part. |
DefaultCompletionPresenter |
Name of the default ICompletionPresenterProvider. Use to order your MEF part. |
NonBlockingCompletionOptionName |
Obsolete.
Name of the editor option that stores user's preference for dismissing completion rather than blocking for potentially long running tasks. |
SuggestionModeInCompletionOptionName |
Name of the editor option that stores instantenous completion mode in an open Editor. |
SuggestionModeInDebuggerCompletionOptionName |
Name of the editor option that stores user's preference for the completion mode during debugging. |