IVsTextEditorPropertyContainer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |