다음을 통해 공유


TaskProvider.IVsTaskProvider3.GetColumn Method

Gets the definition of the column with the specified index.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Private Function GetColumn ( _
    iColumn As Integer, _
    pColumn As VSTASKCOLUMN() _
) As Integer Implements IVsTaskProvider3.GetColumn
int IVsTaskProvider3.GetColumn(
    int iColumn,
    VSTASKCOLUMN[] pColumn
)

Parameters

Return Value

Type: System.Int32
When implemented by derived classes, S_OK or an error code.

Implements

IVsTaskProvider3.GetColumn(Int32, array<VSTASKCOLUMN[])

Remarks

By default this method returns E_FAIL.

.NET Framework Security

See Also

Reference

TaskProvider Class

Microsoft.VisualStudio.Shell Namespace