IVsTaskItem3::GetEnumCount Method (Int32, Int32)

 

Given a column field, returns the number of possible values this task may have for that column.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetEnumCount(
	int iField,
	[OutAttribute] int% pnValues
)

Parameters

iField
Type: System::Int32

[in] An integer value.

pnValues
Type: System::Int32

[out] A pointer to an integer value.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: