RegisterEditorExtensionAttribute::ProjectGuid Property

 

Gets or sets the project GUID.

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

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

Property Value

Type: System::String^

The project GUID.

Return to top
Show: