IVsTextEditorPropertyContainer Interface

Definition

Manages properties of text editors.

C++/CX
public interface class IVsTextEditorPropertyContainer
Attributes

Notes to Callers

Call this interface to get, set, or remove editor properties from your object.

Methods

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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022