ProvideProjectFactoryAttribute.FolderGuid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.