RunningDocumentInfo::ProjectGuid Property

 

The GUID of the project.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Guid ProjectGuid {
	Guid get();
	void set(Guid value);
}

Property Value

Type: System::Guid

The GUID.

Return to top
Show: