Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Private Function Column ( _
<OutAttribute> ByRef col As Integer _
) As Integer Implements IVsTaskItem.Column
'Usage
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
- 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.