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 the set of project type GUIDs from the project file.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable Function ProjectTypeGuids ( _
file As String _
) As String
protected virtual string ProjectTypeGuids(
string file
)
Parameters
- file
Type: System.String
The project file.
Return Value
Type: System.String
When implemented by a derived class, a semicolon-delimited string containing the project type GUIDs in the project file.
Remarks
By default this methods throws a NotImplementedException.
.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.