Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function SetAggregateProjectTypeGuids ( _
projectTypeGuids As String _
) As Integer Implements IVsAggregatableProject.SetAggregateProjectTypeGuids
'使用
Dim instance As FlavoredProject
Dim projectTypeGuids As String
Dim returnValue As Integer
returnValue = CType(instance, IVsAggregatableProject).SetAggregateProjectTypeGuids(projectTypeGuids)
int IVsAggregatableProject.SetAggregateProjectTypeGuids(
string projectTypeGuids
)
private:
virtual int SetAggregateProjectTypeGuids(
String^ projectTypeGuids
) sealed = IVsAggregatableProject::SetAggregateProjectTypeGuids
JScript does not support explicit interface implementations.
Parameters
- projectTypeGuids
Type: System.String
Return Value
Type: System.Int32
Implements
IVsAggregatableProject.SetAggregateProjectTypeGuids(String)
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.