Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Reference
Interfaces
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK
IVsHiddenTextManager Interface

Determines whether a hidden text session exists for a given text buffer and creates one if it does not.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)

Visual Basic (Declaration)
<GuidAttribute("0E5B1E59-53A7-4636-ADBB-0B23C561E293")> _
<InterfaceTypeAttribute(1)> _
Public Interface IVsHiddenTextManager
Visual Basic (Usage)
Dim instance As IVsHiddenTextManager
C#
[GuidAttribute("0E5B1E59-53A7-4636-ADBB-0B23C561E293")] 
[InterfaceTypeAttribute(1)] 
public interface IVsHiddenTextManager
C++
[GuidAttribute(L"0E5B1E59-53A7-4636-ADBB-0B23C561E293")] 
[InterfaceTypeAttribute(1)] 
public interface class IVsHiddenTextManager
J#
/** @attribute GuidAttribute("0E5B1E59-53A7-4636-ADBB-0B23C561E293") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsHiddenTextManager
JScript
GuidAttribute("0E5B1E59-53A7-4636-ADBB-0B23C561E293") 
InterfaceTypeAttribute(1) 
public interface IVsHiddenTextManager

The hidden text manager gives you access to IVsHiddenTextSession, which allows you to enumerate and add to existing hidden text regions, including outlining regions, and to expand and collapse those regions.

Notes to Callers Call this interface to determine whether a hidden text session exists for a given buffer, and if not, to create a new hidden text session. Call GetHiddenTextSession to determine whether a hidden text session already exists for a given text buffer. If a hidden text session does not exist, then you can create a new one by calling CreateHiddenTextSession. For this method, you can also specify a hidden text client that will inform you of changes to hidden text regions in the buffer. For more information, see IVsHiddenTextClient.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker