Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Removes all hidden regions from the current view.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntax
'Declaración
Public Overridable Sub RemoveHiddenRegions
'Uso
Dim instance As Source
instance.RemoveHiddenRegions()
public virtual void RemoveHiddenRegions()
public:
virtual void RemoveHiddenRegions()
abstract RemoveHiddenRegions : unit -> unit
override RemoveHiddenRegions : unit -> unit
public function RemoveHiddenRegions()
Remarks
This method removes all hidden regions, causing the entire source to be visible.
The base method uses the IVsHiddenTextSession object returned from the GetHiddenTextSession method to enumerate over all hidden regions and mark them as visible.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.