ProjectConfig.get_OutputGroups Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function get_OutputGroups ( _
celt As UInteger, _
rgpcfg As IVsOutputGroup(), _
pcActual As UInteger() _
) As Integer
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
)
abstract get_OutputGroups :
celt:uint32 *
rgpcfg:IVsOutputGroup[] *
pcActual:uint32[] -> int
override get_OutputGroups :
celt:uint32 *
rgpcfg:IVsOutputGroup[] *
pcActual:uint32[] -> int
public function get_OutputGroups(
celt : uint,
rgpcfg : IVsOutputGroup[],
pcActual : uint[]
) : int
Parameters
- celt
Type: System.UInt32
- rgpcfg
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup[]
- pcActual
Type: array<System.UInt32[]
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.Package.Project.Internal Namespace