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.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
声明
Function GetAggregateProjectTypeGuids ( _
<OutAttribute> ByRef pbstrProjTypeGuids As String _
) As Integer
用法
Dim instance As IVsAggregatableProjectCorrected
Dim pbstrProjTypeGuids As String
Dim returnValue As Integer
returnValue = instance.GetAggregateProjectTypeGuids(pbstrProjTypeGuids)
int GetAggregateProjectTypeGuids(
out string pbstrProjTypeGuids
)
int GetAggregateProjectTypeGuids(
[OutAttribute] String^% pbstrProjTypeGuids
)
abstract GetAggregateProjectTypeGuids :
pbstrProjTypeGuids:string byref -> int
function GetAggregateProjectTypeGuids(
pbstrProjTypeGuids : String
) : int
Parameters
- pbstrProjTypeGuids
Type: System.String%
Pointer to a string containing the project type GUIDs.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.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.
See Also
Reference
IVsAggregatableProjectCorrected Interface