Task.IVsTaskItem.Column(Int32) Method

Definition

Gets the column number of the file associated with the task.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.Column([Runtime::InteropServices::Out] int % col) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::Column;
int IVsTaskItem.Column (out int col);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.Column : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.Column : int -> int
Function Column (ByRef col As Integer) As Integer Implements IVsTaskItem.Column

Parameters

col
Int32

[out] Returns the column number.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to