C# Класс AsmHighlighter.RegisterExpressionEvaluatorAttribute

Наследование: Microsoft.VisualStudio.Shell.RegistrationAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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