共用方式為


FlavoredProject.IVsAggregatableProject.GetAggregateProjectTypeGuids Method

Gets the list of project type GUIDs that make up the aggregate project. This method should be delegated to the innermost project within the system of aggregated project subtypes.

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣告
Private Function GetAggregateProjectTypeGuids ( _
    <OutAttribute> ByRef projectTypeGuids As String _
) As Integer Implements IVsAggregatableProject.GetAggregateProjectTypeGuids
int IVsAggregatableProject.GetAggregateProjectTypeGuids(
    out string projectTypeGuids
)

Parameters

  • projectTypeGuids
    Type: System.String%
    [out] A semicolon-delimited set of project type GUIDs.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsAggregatableProject.GetAggregateProjectTypeGuids(String%)

Remarks

This method calls [M:Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids(System.String@] on the inner project.

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace