TaskProvider.IVsTaskProvider3.GetColumn(Int32, VSTASKCOLUMN[]) Method

Definition

Gets the definition of the column with the specified index.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumn(int iColumn, Platform::Array <Microsoft::VisualStudio::Shell::Interop::VSTASKCOLUMN> ^ pColumn) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider3::GetColumn;

Parameters

iColumn
Int32

The index of the column.

pColumn
VSTASKCOLUMN[]

An array of VSTASKCOLUMN structures.

Returns

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

Implements

Remarks

By default this method returns E_FAIL.

Applies to