C# Class Boo.BooLangStudio.RegisterMsBuildTargetsAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: jagregory/boolangstudio

Méthodes publiques

Méthode Description
Register ( RegistrationContext context ) : void
RegisterMsBuildTargetsAttribute ( string regLabel, string targetPath ) : System
Unregister ( RegistrationContext context ) : void

Method Details

Register() public méthode

public Register ( RegistrationContext context ) : void
context RegistrationContext
Résultat void

RegisterMsBuildTargetsAttribute() public méthode

public RegisterMsBuildTargetsAttribute ( string regLabel, string targetPath ) : System
regLabel string
targetPath string
Résultat System

Unregister() public méthode

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void