FlavoredProjectBase.IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids Method
This must be delegated to the innermost project
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function SetAggregateProjectTypeGuids ( _
projectTypeGuids As String _
) As Integer Implements IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids
int IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids(
string projectTypeGuids
)
private:
virtual int SetAggregateProjectTypeGuids(
String^ projectTypeGuids
) sealed = IVsAggregatableProjectCorrected::SetAggregateProjectTypeGuids
private abstract SetAggregateProjectTypeGuids :
projectTypeGuids:string -> int
private override SetAggregateProjectTypeGuids :
projectTypeGuids:string -> int
JScript does not support explicit interface implementations.
Parameters
- projectTypeGuids
Type: String
Return Value
Type: Int32
The HRESULT.
Implements
IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids(String)
.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.