Share via


IVsProjectFlavorCfgOutputGroups.CustomizeOutputGroup Method

Gives the base project access to IVsProjectFlavorCfgOutputGroups.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
Function CustomizeOutputGroup ( _
    pIn As IVsOutputGroup, _
    <OutAttribute> ByRef pOut As IVsOutputGroup _
) As Integer
int CustomizeOutputGroup(
    IVsOutputGroup pIn,
    out IVsOutputGroup pOut
)
int CustomizeOutputGroup(
    [InAttribute] IVsOutputGroup^ pIn, 
    [OutAttribute] IVsOutputGroup^% pOut
)
abstract CustomizeOutputGroup : 
        pIn:IVsOutputGroup * 
        pOut:IVsOutputGroup byref -> int
function CustomizeOutputGroup(
    pIn : IVsOutputGroup, 
    pOut : IVsOutputGroup
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsProjectFlavorCfgOutputGroups::CustomizeOutputGroup(
   [in] IVsOutputGroup *pIn,
   [out] IVsOutputGroup **pOut
);

The base project gets a pointer or reference to IVsProjectFlavorCfgOutputGroups interface from get_CfgType method.

.NET Framework Security

See Also

Reference

IVsProjectFlavorCfgOutputGroups Interface

Microsoft.VisualStudio.Shell.Interop Namespace