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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function GetAggregateProjectTypeGuids ( _
<OutAttribute> ByRef projectTypeGuids As String _
) As Integer Implements IVsAggregatableProject.GetAggregateProjectTypeGuids
int IVsAggregatableProject.GetAggregateProjectTypeGuids(
out string projectTypeGuids
)
private:
virtual int GetAggregateProjectTypeGuids(
[OutAttribute] String^% projectTypeGuids
) sealed = IVsAggregatableProject::GetAggregateProjectTypeGuids
private abstract GetAggregateProjectTypeGuids :
projectTypeGuids:string byref -> int
private override GetAggregateProjectTypeGuids :
projectTypeGuids:string byref -> int
JScript does not support explicit interface implementations.
Parameters
projectTypeGuids
Type: String%[out] A semicolon-delimited set of project type GUIDs.
Return Value
Type: 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
- 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.