IVsTextEditorPropertyContainer Interface

Definition

Manages properties of text editors.

public interface class IVsTextEditorPropertyContainer
public interface class IVsTextEditorPropertyContainer
__interface IVsTextEditorPropertyContainer
[System.Runtime.InteropServices.Guid("7669CC95-4640-461C-8158-16F65265D77C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextEditorPropertyContainer
[System.Runtime.InteropServices.Guid("7669CC95-4640-461C-8158-16F65265D77C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextEditorPropertyContainer
[<System.Runtime.InteropServices.Guid("7669CC95-4640-461C-8158-16F65265D77C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextEditorPropertyContainer = interface
[<System.Runtime.InteropServices.Guid("7669CC95-4640-461C-8158-16F65265D77C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextEditorPropertyContainer = interface
Public Interface 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