C# 클래스 Spring.VisualStudio.RegistrationAttributes.SnippetsRegistrationAttribute

상속: Microsoft.VisualStudio.Shell.RegistrationAttribute
파일 보기 프로젝트 열기: spring-projects/spring-net-vsnet

공개 메소드들

메소드 설명
Unregister ( RegistrationContext context ) : void

Called to unregister this attribute with the given context.

비공개 메소드들

메소드 설명
LanguageName ( ) : string

The reg key name of the project.

Register ( RegistrationContext context ) : void
SnippetsRegistrationAttribute ( string languageGuid, bool showRoots, short displayName, string languageStringId, string indexPath, string forceCreateDirectories, string paths ) : System

메소드 상세

Unregister() 공개 메소드

Called to unregister this attribute with the given context.
public Unregister ( RegistrationContext context ) : void
context RegistrationContext /// Contains the location where the registration information should be placed. /// It also contains other informations as the type being registered and path information. ///
리턴 void