ProvideProjectFactoryAttribute.FolderGuid Property

Definition

Get or Set the Folder guid. This can be used to control where the project node appear in the New Project dialog

public:
 property System::String ^ FolderGuid { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ FolderGuid { Platform::String ^ get(); void set(Platform::String ^ value); };
public string FolderGuid { get; set; }
member this.FolderGuid : string with get, set
Public Property FolderGuid As String

Property Value

The GUID of the folder for this type of project.

Remarks

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

Applies to