TaskProvider::IVsTaskProvider3::GetColumnCount Method (Int32)
Visual Studio 2015
Gets the total number of columns supported by this provider, including columns that are not visible by default.
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.
Implements
IVsTaskProvider3::GetColumnCount(Int32)
Show: