AuthoringSink::AddHiddenRegion Method (TextSpan, String^)

 

Add a hidden region to the internal list.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual void AddHiddenRegion(
	TextSpan context,
	String^ banner
)

Parameters

context
Type: Microsoft.VisualStudio.TextManager.Interop::TextSpan

The text span to which to add the region

banner
Type: System::String^

The banner.

Return to top
Show: