VsHiddenTextLayerClass Class

Adds or enumerates hidden text sessions.

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

Syntax

'Declaration
<GuidAttribute("9B6AB22E-916A-11D2-8914-0000F87579D2")> _
<ClassInterfaceAttribute()> _
Public Class VsHiddenTextLayerClass _
    Implements IVsHiddenTextSession, VsHiddenTextLayer
'Usage
Dim instance As VsHiddenTextLayerClass
[GuidAttribute("9B6AB22E-916A-11D2-8914-0000F87579D2")]
[ClassInterfaceAttribute()]
public class VsHiddenTextLayerClass : IVsHiddenTextSession, 
    VsHiddenTextLayer
[GuidAttribute(L"9B6AB22E-916A-11D2-8914-0000F87579D2")]
[ClassInterfaceAttribute()]
public ref class VsHiddenTextLayerClass : IVsHiddenTextSession, 
    VsHiddenTextLayer
public class VsHiddenTextLayerClass implements IVsHiddenTextSession, VsHiddenTextLayer

Remarks

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsHiddenTextLayerClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VsHiddenTextLayerClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace