共用方式為


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

'宣告
Function CustomizeOutputGroup ( _
    pIn As IVsOutputGroup, _
    <OutAttribute> ByRef pOut As IVsOutputGroup _
) As Integer
'用途
Dim instance As IVsProjectFlavorCfgOutputGroups
Dim pIn As IVsOutputGroup
Dim pOut As IVsOutputGroup
Dim returnValue As Integer

returnValue = instance.CustomizeOutputGroup(pIn, _
    pOut)
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

IVsProjectFlavorCfgOutputGroups Members

Microsoft.VisualStudio.Shell.Interop Namespace