다음을 통해 공유


TaskProvider.IVsTaskProvider3.GetColumnCount Method

Gets the total number of columns supported by this provider, including columns that are not visible by default.

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

Syntax

‘선언
Private Function GetColumnCount ( _
    <OutAttribute> ByRef count As Integer _
) As Integer Implements IVsTaskProvider3.GetColumnCount
int IVsTaskProvider3.GetColumnCount(
    out int count
)

Parameters

  • count
    Type: System.Int32%
    [out] Returns the total number of columns. By default returns 0.

Return Value

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

Implements

IVsTaskProvider3.GetColumnCount(Int32%)

Remarks

By default this method returns E_FAIL.

.NET Framework Security

See Also

Reference

TaskProvider Class

Microsoft.VisualStudio.Shell Namespace