IVsTextEditorPropertyContainer Interface
Visual Studio 2015
Manages properties of text editors.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetProperty(VSEDITPROPID, Object) | Returns the specified text editor property. |
![]() | RemoveProperty(VSEDITPROPID) | Removes a property for a text editor. |
![]() | SetProperty(VSEDITPROPID, Object) | Sets the specified property for the text editor. |
Notes to Callers:
Call this interface to get, set, or remove editor properties from your object.
Show:
