TaskProvider::IVsTaskProvider3::GetColumn Method (Int32, array<VSTASKCOLUMN>^)

 

Gets the definition of the column with the specified index.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int GetColumn(
	int iColumn,
	array<VSTASKCOLUMN>^ pColumn
) sealed = IVsTaskProvider3::GetColumn

Parameters

iColumn
Type: System::Int32

The index of the column.

pColumn
Type: array<Microsoft.VisualStudio.Shell.Interop::VSTASKCOLUMN>^

An array of VSTASKCOLUMN structures.

Return Value

Type: System::Int32

When implemented by derived classes, S_OK or an error code.

By default this method returns E_FAIL.

Return to top
Show: