C# Class Microsoft.VisualStudio.Project.RegisteredProjectType

Gets registry settings from for a project.
Mostra file Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Public Methods

Method Description
CreateRegisteredProjectType ( System.Guid projectTypeGuid ) : RegisteredProjectType
GetVSTemplateFile ( string templateFile ) : string

If the project support VsTemplates, returns the path to the vstemplate file corresponding to the requested template You can pass in a string such as: "Windows\Console Application"

Method Details

CreateRegisteredProjectType() public static method

public static CreateRegisteredProjectType ( System.Guid projectTypeGuid ) : RegisteredProjectType
projectTypeGuid System.Guid
return RegisteredProjectType

GetVSTemplateFile() public method

If the project support VsTemplates, returns the path to the vstemplate file corresponding to the requested template You can pass in a string such as: "Windows\Console Application"
public GetVSTemplateFile ( string templateFile ) : string
templateFile string
return string