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.
Returns the total number of columns supported by this provider, including columns that are not visible by default.
public:
int GetColumnCount([Runtime::InteropServices::Out] int % pnColumns);
int GetColumnCount([Runtime::InteropServices::Out] int & pnColumns);
public int GetColumnCount (out int pnColumns);
abstract member GetColumnCount : int -> int
Public Function GetColumnCount (ByRef pnColumns As Integer) As Integer
Parameters
- pnColumns
- Int32
[out] A pointer to an integer type containing the number of columns supported by the provider.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsTaskProvider3::GetColumnCount(
[out] int* pnColumns
);