Task.IVsTaskItem.Column Method
Gets the column number of the file associated with the task.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Private Function Column ( _
<OutAttribute> ByRef col As Integer _
) As Integer Implements IVsTaskItem.Column
int IVsTaskItem.Column(
out int col
)
private:
virtual int Column(
[OutAttribute] int% col
) sealed = IVsTaskItem::Column
private abstract Column :
col:int byref -> int
private override Column :
col:int byref -> int
JScript does not support explicit interface implementations.
Parameters
col
Type: System.Int32%[out] Returns the column number.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.