C# Class Microsoft.VisualStudio.Project.RegisteredProjectType

Gets registry settings from for a project.
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static CreateRegisteredProjectType ( System.Guid projectTypeGuid ) : RegisteredProjectType
projectTypeGuid System.Guid
Résultat RegisteredProjectType

GetVSTemplateFile() public méthode

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
Résultat string