IVsTaskItem3::GetEnumCount Method (Int32, Int32)
Visual Studio 2015
Given a column field, returns the number of possible values this task may have for that column.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- iField
-
Type:
System::Int32
[in] An integer value.
- pnValues
-
Type:
System::Int32
[out] A pointer to an integer value.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsTaskItem3::GetEnumCount( [in] int iField, [out] int* pnValues );
Show: