IVsEnumTextViews.GetCount(UInt32) Method

Definition

Returns the total count of text views in the enumeration sequence.

public:
 int GetCount(System::UInt32 % pCount);
int GetCount(unsigned int & pCount);
public int GetCount (ref uint pCount);
abstract member GetCount : uint32 -> int
Public Function GetCount (ByRef pCount As UInteger) As Integer

Parameters

pCount
UInt32

[out] Total count of text views in the enumeration sequence.

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 IVsEnumTextViews::GetCount(  
   ULONG *pCount  
);  

Applies to