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

[out] 프로젝트 형식 GUID의 세미콜론으로 구분된 집합입니다.

반환

메서드가 성공하면 S_OK가 반환되고, 그렇지 않으면 오류 코드가 반환됩니다.

구현

설명

이 메서드는 내부 프로젝트에서 [IVsAggregatableProject.GetAggregateProjectTypeGuids](assetId:///M:Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids(System.String@?qualifyHint=False&autoUpgrade=True)를 호출합니다.

적용 대상