FlavoredProjectBase.IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids Method

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Private Function GetAggregateProjectTypeGuids ( _
    <OutAttribute> ByRef projectTypeGuids As String _
) As Integer Implements IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids
‘사용 방법
Dim instance As FlavoredProjectBase
Dim projectTypeGuids As String
Dim returnValue As Integer

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

Parameters

Return Value

Type: System.Int32

Implements

IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids(String%)

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

FlavoredProjectBase Members

Microsoft.VisualStudio.Shell.Flavor Namespace