FlavoredProject.IVsAggregatableProject.GetAggregateProjectTypeGuids Method

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

Syntax

'宣言
Private Function GetAggregateProjectTypeGuids ( _
    <OutAttribute> ByRef projectTypeGuids As String _
) As Integer Implements IVsAggregatableProject.GetAggregateProjectTypeGuids
'使用
Dim instance As FlavoredProject
Dim projectTypeGuids As String
Dim returnValue As Integer

returnValue = CType(instance, IVsAggregatableProject).GetAggregateProjectTypeGuids(projectTypeGuids)
int IVsAggregatableProject.GetAggregateProjectTypeGuids(
    out string projectTypeGuids
)
private:
virtual int GetAggregateProjectTypeGuids(
    [OutAttribute] String^% projectTypeGuids
) sealed = IVsAggregatableProject::GetAggregateProjectTypeGuids
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsAggregatableProject.GetAggregateProjectTypeGuids(String%)

Permissions

See Also

Reference

FlavoredProject Class

FlavoredProject Members

Microsoft.VisualStudio.Shell.Flavor Namespace