IVsCodeDefViewContext.GetCount(UInt32) Method
Definition
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 a count of the context items.
public:
int GetCount([Runtime::InteropServices::Out] System::UInt32 % pcItems);
int GetCount([Runtime::InteropServices::Out] unsigned int & pcItems);
public int GetCount (out uint pcItems);
abstract member GetCount : uint32 -> int
Public Function GetCount (ByRef pcItems As UInteger) As Integer
Parameters
- pcItems
- UInt32
The number of context items in the project.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsCodeDefViewContext::GetCount(
ULONG *pcItems
);