TaskProvider::IVsTaskProvider3::GetColumn Method (Int32, array<VSTASKCOLUMN>^)
Visual Studio 2015
Gets the definition of the column with the specified index.
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.
Show: