Gets the semicolon-delimited list of GUIDs for the projects that have been aggregated together for this project.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function GetAggregateProjectTypeGuids ( _
<OutAttribute> ByRef projectTypeGuids As String _
) As Integer
'使用
Dim instance As ProjectNode
Dim projectTypeGuids As String
Dim returnValue As Integer
returnValue = instance.GetAggregateProjectTypeGuids(projectTypeGuids)
public int GetAggregateProjectTypeGuids(
out string projectTypeGuids
)
public:
virtual int GetAggregateProjectTypeGuids(
[OutAttribute] String^% projectTypeGuids
) sealed
public final function GetAggregateProjectTypeGuids(
projectTypeGuids : String
) : int
Parameters
projectTypeGuids
Type: System.String%[out] Returns the semicolon-delimited list of GUIDs.
Return Value
Type: System.Int32
If the method succeeds, S_OK, otherwise an error code.
Implements
IVsAggregatableProject.GetAggregateProjectTypeGuids(String%)
Remarks
Typically, the last GUID in the list is the GUID of the base project factory.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.