IVsEnumHiddenRegions.GetCount(UInt32) Method

Definition

Returns the total count of hidden regions in the text buffer.

C++/WinRT
int GetCount([Runtime::InteropServices::Out] unsigned int & pcRegions);

Parameters

pcRegions
UInt32

[out] Number of hidden regions in the text buffer.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

[C++]

HRESULT IVsEnumHiddenRegions::GetCount(  
   [out] ULONG *pcRegions  
);  

Applies to

Produkt Versiounen
Visual Studio SDK 2015, 2017, 2019, 2022