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 | |
---|---|---|
GetProperty | Returns the specified text editor property. | |
RemoveProperty | Removes a property for a text editor. | |
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.