IVsSolution5::GetGuidOfProjectFile Method (String^)

 

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

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

Guid GetGuidOfProjectFile(
	String^ pszProjectFile
)

Parameters

pszProjectFile
Type: System::String^

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

Return Value

Type: System::Guid

The GUID of the project.

Return to top
Show: