C# 클래스 AsmHighlighter.RegisterExpressionEvaluatorAttribute

상속: Microsoft.VisualStudio.Shell.RegistrationAttribute
파일 보기 프로젝트 열기: Trass3r/AsmHighlighter

공개 메소드들

메소드 설명
Register ( Microsoft.VisualStudio.Shell.RegistrationAttribute context ) : void

Provides registration information about a VSPackage when called by an external registration tool such as regpkg.exe.

RegisterExpressionEvaluatorAttribute ( Type type, string LanguageGuid, string VendorGuid ) : System

CTor

Unregister ( Microsoft.VisualStudio.Shell.RegistrationAttribute context ) : void

Removes registration information about a VSPackage when called by an external registration tool such as regpkg.exe.

메소드 상세

Register() 공개 메소드

Provides registration information about a VSPackage when called by an external registration tool such as regpkg.exe.
public Register ( Microsoft.VisualStudio.Shell.RegistrationAttribute context ) : void
context Microsoft.VisualStudio.Shell.RegistrationAttribute A registration context provided by an external registration tool. The context can be used to create registry keys, log registration activity, and obtain information about the component being registered.
리턴 void

RegisterExpressionEvaluatorAttribute() 공개 메소드

CTor
is null
public RegisterExpressionEvaluatorAttribute ( Type type, string LanguageGuid, string VendorGuid ) : System
type System.Type Type to be registered as expression evaluator - must have and should implement .
LanguageGuid string String representing GUID of language to register evaluator for
VendorGuid string String represenring GUID of vendor of language to register evakluator for
리턴 System

Unregister() 공개 메소드

Removes registration information about a VSPackage when called by an external registration tool such as regpkg.exe.
public Unregister ( Microsoft.VisualStudio.Shell.RegistrationAttribute context ) : void
context Microsoft.VisualStudio.Shell.RegistrationAttribute A registration context provided by an external registration tool. The context can be used to remove registry keys, log registration activity, and obtain information about the component being registered.
리턴 void