IVsTextEditorPropertyContainer Interface
Manages properties of text editors.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("7669CC95-4640-461C-8158-16F65265D77C")> _
Public Interface IVsTextEditorPropertyContainer
‘사용 방법
Dim instance As 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
Remarks
Notes to Callers
Call this interface to get, set, or remove editor properties from your object.