Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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.