IVsProjectFlavorCfgOutputGroups.CustomizeOutputGroup 方法

定义

为基类项目提供对的访问权限 IVsProjectFlavorCfgOutputGroups

public:
 int CustomizeOutputGroup(Microsoft::VisualStudio::Shell::Interop::IVsOutputGroup ^ pIn, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutputGroup ^ % pOut);
public:
 int CustomizeOutputGroup(Microsoft::VisualStudio::Shell::Interop::IVsOutputGroup ^ pIn, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutputGroup ^ &  pOut);
int CustomizeOutputGroup(Microsoft::VisualStudio::Shell::Interop::IVsOutputGroup const & pIn, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutputGroup const & & pOut);
public int CustomizeOutputGroup (Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup pIn, out Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup pOut);
abstract member CustomizeOutputGroup : Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup * IVsOutputGroup -> int
Public Function CustomizeOutputGroup (pIn As IVsOutputGroup, ByRef pOut As IVsOutputGroup) As Integer

参数

pIn
IVsOutputGroup

中指向基类对象的指针 IVsOutputGroup

pOut
IVsOutputGroup

[out] IVsOutputGroup 项目子类型的对象。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

注解

COM 签名

从 vsshell:

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

基项目从方法获取对接口的指针或引用 IVsProjectFlavorCfgOutputGroups get_CfgType

适用于