IVsTextStorageColorState Interface
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("1F027F1F-9696-4816-B345-3CD7D3122A48")> _
Public Interface IVsTextStorageColorState
‘사용 방법
Dim instance As IVsTextStorageColorState
[InterfaceTypeAttribute()]
[GuidAttribute("1F027F1F-9696-4816-B345-3CD7D3122A48")]
public interface IVsTextStorageColorState
[InterfaceTypeAttribute()]
[GuidAttribute(L"1F027F1F-9696-4816-B345-3CD7D3122A48")]
public interface class IVsTextStorageColorState
[<InterfaceTypeAttribute()>]
[<GuidAttribute("1F027F1F-9696-4816-B345-3CD7D3122A48")>]
type IVsTextStorageColorState = interface end
public interface IVsTextStorageColorState
Remarks
IVsTextStorageColorState is optional for storage objects. If your storage object talks to pluggable colorizers, you should implement this interface.