IVsSolution5.GetGuidOfProjectFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.