TaskProvider.IVsTaskProvider3.GetColumn(Int32, VSTASKCOLUMN[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the definition of the column with the specified index.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumn(int iColumn, cli::array <Microsoft::VisualStudio::Shell::Interop::VSTASKCOLUMN> ^ pColumn) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider3::GetColumn;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumn(int iColumn, Platform::Array <Microsoft::VisualStudio::Shell::Interop::VSTASKCOLUMN> ^ pColumn) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider3::GetColumn;
int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumn(int iColumn, std::Array <Microsoft::VisualStudio::Shell::Interop::VSTASKCOLUMN> const & pColumn);
int IVsTaskProvider3.GetColumn (int iColumn, Microsoft.VisualStudio.Shell.Interop.VSTASKCOLUMN[] pColumn);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumn : int * Microsoft.VisualStudio.Shell.Interop.VSTASKCOLUMN[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumn : int * Microsoft.VisualStudio.Shell.Interop.VSTASKCOLUMN[] -> int
Function GetColumn (iColumn As Integer, pColumn As VSTASKCOLUMN()) As Integer Implements 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.