FlavoredProject.IVsAggregatableProject.SetAggregateProjectTypeGuids 方法

定义

更新保存在基项目的项目文件中的 Guid 的列表。

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetAggregateProjectTypeGuids(System::String ^ projectTypeGuids) = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProject::SetAggregateProjectTypeGuids;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetAggregateProjectTypeGuids(Platform::String ^ projectTypeGuids) = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProject::SetAggregateProjectTypeGuids;
int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetAggregateProjectTypeGuids(std::wstring const & projectTypeGuids);
int IVsAggregatableProject.SetAggregateProjectTypeGuids (string projectTypeGuids);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetAggregateProjectTypeGuids : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetAggregateProjectTypeGuids : string -> int
Function SetAggregateProjectTypeGuids (projectTypeGuids As String) As Integer Implements IVsAggregatableProject.SetAggregateProjectTypeGuids

参数

projectTypeGuids
String

要设置的 Guid。

返回

Int32

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

实现

注解

此方法对 SetAggregateProjectTypeGuids 最内层的项目调用方法。

适用于