TaskProvider.IVsTaskProvider3.GetColumnCount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the total number of columns supported by this provider, including columns that are not visible by default.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumnCount([Runtime::InteropServices::Out] int % count) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider3::GetColumnCount;
int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumnCount([Runtime::InteropServices::Out] int & count);
int IVsTaskProvider3.GetColumnCount (out int count);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumnCount : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetColumnCount : int -> int
Function GetColumnCount (ByRef count As Integer) As Integer Implements IVsTaskProvider3.GetColumnCount
Parameters
- count
- Int32
[out] Returns the total number of columns. By default returns 0.
Returns
When implemented by derived classes, S_OK or an error code.
Implements
Remarks
By default this method returns E_FAIL.