IVsEnumHiddenRegions.GetCount(UInt32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the total count of hidden regions in the text buffer.
public:
int GetCount([Runtime::InteropServices::Out] System::UInt32 % pcRegions);
C++/WinRT
int GetCount([Runtime::InteropServices::Out] unsigned int & pcRegions);
public int GetCount(out uint pcRegions);
abstract member GetCount : uint32 -> int
Public Function GetCount (ByRef pcRegions As UInteger) As Integer
- pcRegions
- UInt32
[out] Number of hidden regions in the text buffer.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
[C++]
HRESULT IVsEnumHiddenRegions::GetCount(
[out] ULONG *pcRegions
);
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |