ProvideProjectFactoryAttribute::FolderGuid Property

 

Gets or sets the GUID of the folder for this type of project.

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

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

Property Value

Type: System::String^

The GUID of the folder for this type of project.

This GUID is used to control where in the hierarchy this project type appears in the New Project dialog.

Return to top
Show: