Colorizer Methods

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodCloseColorizer()

Called when the colorizer is disposed of.

System_CAPS_pubmethodColorizeLine(Int32, Int32, IntPtr, Int32, array<UInt32>^)

Obtains color and font attribute information for each character in the specified line of text.

System_CAPS_pubmethodDispose()

Disposes the object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Called when the object is about to be destroyed.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetColorInfo(String^, Int32, Int32)

Returns the parsing state at the end of the line without returning any colorization information.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLineInfo(IVsTextLines^, Int32, IVsTextColorState^)

Returns color information about the specified line.

System_CAPS_pubmethodGetStartState(Int32)

Returns the initial parsing state.

System_CAPS_pubmethodGetStateAtEndOfLine(Int32, Int32, IntPtr, Int32)

Returns the parsing state at the end of the specified line.

System_CAPS_pubmethodGetStateMaintenanceFlag(Int32)

Called to determine if the colorizer requires per line state management.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResume()

Called to resume use of the colorizer.

System_CAPS_pubmethodSuspend()

Called to suspend use of the colorizer.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: