ProjectConfig.get_OutputGroups Method

Gets an array of IVsOutputGroup pointers to the output groups of the configuration.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function get_OutputGroups ( _
    celt As UInteger, _
    rgpcfg As IVsOutputGroup(), _
    pcActual As UInteger() _
) As Integer
'Usage
Dim instance As ProjectConfig
Dim celt As UInteger
Dim rgpcfg As IVsOutputGroup()
Dim pcActual As UInteger()
Dim returnValue As Integer

returnValue = instance.get_OutputGroups(celt, _
    rgpcfg, pcActual)
public virtual int get_OutputGroups(
    uint celt,
    IVsOutputGroup[] rgpcfg,
    uint[] pcActual
)
public:
virtual int get_OutputGroups(
    unsigned int celt, 
    array<IVsOutputGroup^>^ rgpcfg, 
    array<unsigned int>^ pcActual
)
public function get_OutputGroups(
    celt : uint, 
    rgpcfg : IVsOutputGroup[], 
    pcActual : uint[]
) : int
abstract get_OutputGroups : 
        celt:uint32 * 
        rgpcfg:IVsOutputGroup[] * 
        pcActual:uint32[] -> int 
override get_OutputGroups : 
        celt:uint32 * 
        rgpcfg:IVsOutputGroup[] * 
        pcActual:uint32[] -> int 

Parameters

  • celt
    Type: System.UInt32
    The number of output groups, or 0 to ask for the number
  • pcActual
    Type: array<System.UInt32[]
    The first member of the array is the returned number of output groups

Return Value

Type: System.Int32

Implements

IVsProjectCfg2.get_OutputGroups(UInt32, array<IVsOutputGroup[], array<UInt32[])

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace