FlavoredProject.IVsAggregatableProject.SetAggregateProjectTypeGuids 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更新保存在基项目的项目文件中的 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。
返回
如果该方法成功,它将返回 S_OK. 如果该方法失败,则会返回错误代码。
实现
注解
此方法对 SetAggregateProjectTypeGuids 最内层的项目调用方法。