Task.IVsTaskItem.Column Method

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

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

‘선언
Private Function Column ( _
    <OutAttribute> ByRef col As Integer _
) As Integer Implements IVsTaskItem.Column
‘사용 방법
Dim instance As Task
Dim col As Integer
Dim returnValue As Integer

returnValue = CType(instance, IVsTaskItem).Column(col)
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

Task Members

Microsoft.VisualStudio.Shell Namespace