Task.IVsTaskItem.Column(Int32) 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 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.