IVsTextEditorPropertyContainer Interface

Manages properties of text editors.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("7669CC95-4640-461C-8158-16F65265D77C")> _
Public Interface IVsTextEditorPropertyContainer
[InterfaceTypeAttribute()]
[GuidAttribute("7669CC95-4640-461C-8158-16F65265D77C")]
public interface IVsTextEditorPropertyContainer
[InterfaceTypeAttribute()]
[GuidAttribute(L"7669CC95-4640-461C-8158-16F65265D77C")]
public interface class IVsTextEditorPropertyContainer
[<InterfaceTypeAttribute()>]
[<GuidAttribute("7669CC95-4640-461C-8158-16F65265D77C")>]
type IVsTextEditorPropertyContainer =  interface end
public interface IVsTextEditorPropertyContainer

The IVsTextEditorPropertyContainer type exposes the following members.

Methods

  Name Description
Public method GetProperty Returns the specified text editor property.
Public method RemoveProperty Removes a property for a text editor.
Public method SetProperty Sets the specified property for the text editor.

Top

Remarks

Notes to Callers

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

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace