Share via


IVsSolution5.GetGuidOfProjectFile(String) Method

Definition

Retrieves the GUID of the project specified by the given project file.

public:
 Guid GetGuidOfProjectFile(System::String ^ pszProjectFile);
public Guid GetGuidOfProjectFile (string pszProjectFile);
abstract member GetGuidOfProjectFile : string -> Guid
Public Function GetGuidOfProjectFile (pszProjectFile As String) As Guid

Parameters

pszProjectFile
String

[in] The project file from which to retrieve the GUID.

Returns

The GUID of the project.

Applies to