IVsProjectFlavorCfgOutputGroups.CustomizeOutputGroup 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为基类项目提供对的访问权限 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 项目子类型的对象。
返回
如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。
注解
COM 签名
从 vsshell:
HRESULT IVsProjectFlavorCfgOutputGroups::CustomizeOutputGroup(
[in] IVsOutputGroup *pIn,
[out] IVsOutputGroup **pOut
);
基项目从方法获取对接口的指针或引用 IVsProjectFlavorCfgOutputGroups get_CfgType 。