C# 클래스 Microsoft.VisualStudio.Project.RegisteredProjectType

Gets registry settings from for a project.
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10 1 사용 예제들

공개 메소드들

메소드 설명
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"

메소드 상세

CreateRegisteredProjectType() 공개 정적인 메소드

public static CreateRegisteredProjectType ( System.Guid projectTypeGuid ) : RegisteredProjectType
projectTypeGuid System.Guid
리턴 RegisteredProjectType

GetVSTemplateFile() 공개 메소드

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
리턴 string