다음을 통해 공유


FlavoredProjectFactory.IVsAggregatableProjectFactory.GetAggregateProjectType Method

Definition

Gets a semicolon-delimited string of project type GUIDs.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProjectFactory.GetAggregateProjectType(System::String ^ fileName, [Runtime::InteropServices::Out] System::String ^ % projectTypeGuid) = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProjectFactory::GetAggregateProjectType;
int IVsAggregatableProjectFactory.GetAggregateProjectType (string fileName, out string projectTypeGuid);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProjectFactory.GetAggregateProjectType : string * string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProjectFactory.GetAggregateProjectType : string * string -> int
Function GetAggregateProjectType (fileName As String, ByRef projectTypeGuid As String) As Integer Implements IVsAggregatableProjectFactory.GetAggregateProjectType

Parameters

fileName
String

The name of the project file.

projectTypeGuid
String

[out] Returns the semicolon-delimited string of project type GUIDs.

Returns

Microsoft.VisualStudio.NativeMethods.S_OK.

Implements

Applies to