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
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.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
private abstract GetAggregateProjectTypeGuids :
projectTypeGuids:string byref -> int
private override GetAggregateProjectTypeGuids :
projectTypeGuids:string byref -> int
JScript does not support explicit interface implementations.
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
- 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.