FlavoredProjectFactory.IVsAggregatableProjectFactory.GetAggregateProjectType Method
Gets a semicolon-delimited string of project type GUIDs.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Private Function GetAggregateProjectType ( _
fileName As String, _
<OutAttribute> ByRef projectTypeGuid As String _
) As Integer Implements IVsAggregatableProjectFactory.GetAggregateProjectType
int IVsAggregatableProjectFactory.GetAggregateProjectType(
string fileName,
out string projectTypeGuid
)
Parameters
- fileName
Type: System.String
The name of the project file.
- projectTypeGuid
Type: System.String%
[out] Returns the semicolon-delimited string of project type GUIDs.
Return Value
Type: System.Int32
S_OK .
Implements
IVsAggregatableProjectFactory.GetAggregateProjectType(String, 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.