TaskProvider::IVsTaskProvider3::GetColumnCount Method (Int32)

 

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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int GetColumnCount(
	[OutAttribute] int% count
) sealed = IVsTaskProvider3::GetColumnCount

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.

By default this method returns E_FAIL.

Return to top
Show: