FlavoredProject.IVsAggregatableProject.GetAggregateProjectTypeGuids 方法

定义

获取组成聚合项目的项目类型 Guid 的列表。 此方法应委托给聚合项目子类型系统内的最内层项目。

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids([Runtime::InteropServices::Out] System::String ^ % projectTypeGuids) = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProject::GetAggregateProjectTypeGuids;
int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids([Runtime::InteropServices::Out] std::wstring const & & projectTypeGuids);
int IVsAggregatableProject.GetAggregateProjectTypeGuids (out string projectTypeGuids);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids : string -> int
Function GetAggregateProjectTypeGuids (ByRef projectTypeGuids As String) As Integer Implements IVsAggregatableProject.GetAggregateProjectTypeGuids

参数

projectTypeGuids
String

弄以分号分隔的一组项目类型 Guid。

返回

Int32

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

实现

注解

此方法在内部项目上调用 [IVsAggregatableProject. GetAggregateProjectTypeGuids] (assetId:///M:Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids (System.String@? qualifyHint = False&自动升级 =) True。

适用于