Home > Services > DXCore Services – Adornments

DXCore Services – Adornments

June 13th, 2012

The Adornments DXCore service provides access to the graphic adornments architecture.

Methods:

Name

Description

DecorateCodeIssue(TextDocument, CodeIssue) Returns an adornment set that contains the list of adornments grouped by the adornments holder for the specified CodeRush code issue.
DecorateEditor(TextDocument) Returns an adornment set that contains the list of adornments grouped by the adornments holder for the code editor.
DecorateLanguageElement (TextDocument, LanguageElement) Returns an adornment set that contains the list of adornments grouped by the adornments holder for the language element.
RefreshAll Refreshes all adornments in all opened text documents.
RegisterAdornmentDecoratorCreator (CreateAdornmentDecoratorHandler) Registers the adornment decorator creator handler passed as a parameter to this method.
RegisterAdornmentHolderCreator (CreateDocument AdornmentHolderHandler) Registers the adornment holder creator handler passed as a parameter to this method.
Update(IAdornmentsHolder) Updates the specified adornments holder.

Properties:

Name

Description

BindingManager Returns the binding manager instance.
Engine Returns the adornments engine instance.
Factory Return the adornments factory instance.
—–
Products: DXCore
Versions: 11.2 and up
VS IDEs: 2008 and up
Updated: Jun/13/2012
ID: D150

Similar Posts: