IVsProjectCfg2.get_OutputGroups(UInt32, IVsOutputGroup[], UInt32[]) 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 an array of IVsOutputGroup pointers for the output groups of a configuration.
public int get_OutputGroups (uint celt, Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup[] rgpcfg, uint[] pcActual);
abstract member get_OutputGroups : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup[] * uint32[] -> int
Public Function get_OutputGroups (celt As UInteger, rgpcfg As IVsOutputGroup(), Optional pcActual As UInteger()) As Integer
Parameters
- celt
- UInt32
[in] Requested number of output groups to be returned.
- rgpcfg
- IVsOutputGroup[]
[in, out, size_is(celt)] Pointer to an array of IVsOutputGroup interface pointers.
- pcActual
- UInt32[]
[out, optional] Pointer to the actual number of output groups returned.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.