Task.IVsTaskItem.Column Method

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsTaskItem.Column(Int32%)

.NET Framework Security

See Also

Reference

Task Class

Microsoft.VisualStudio.Shell Namespace