Skip to main content

ICodeCompletionContextStorage Methods

Enables you to implement a custom report layout storage for the local code completion engine.
Name Description
Clear(String) If implemented, removes the report layout with the specified key from storage.
LoadCompletionContext(String, Stream) If implemented, loads the report layout with the specified key from storage.
SaveCompletionContext(String, Stream) If implemented, saves the report layout to storage under the specified key.
See Also