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
- rgpcfg
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup[]
A pre-allocated array of output groups
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace