IVsSolution5.GetGuidOfProjectFile-Methode: (String)

 

Veröffentlicht: Oktober 2016

Ruft die GUID für das Projekt anhand der angegebenen Projektdatei ab.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

Guid GetGuidOfProjectFile(
    string pszProjectFile
)
Guid GetGuidOfProjectFile(
    String^ pszProjectFile
)
abstract GetGuidOfProjectFile : 
        pszProjectFile:string -> Guid
Function GetGuidOfProjectFile (
    pszProjectFile As String
) As Guid

Parameter

  • pszProjectFile
    Type: System.String

    [in] Die Projektdatei, aus der die GUID abgerufen werden soll.

Rückgabewert

Type: System.Guid

Die GUID des Projekts.

Siehe auch

IVsSolution5-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang