Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.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
JScript does not support explicit interface implementations.
Parameters
- projectTypeGuids
Type: System.String%
Return Value
Type: System.Int32
Implements
IVsAggregatableProject.GetAggregateProjectTypeGuids(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.