C# Class DDDLanguage.ProvideSolutionProps

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: ngs-doo/dsl-compiler-client

Méthodes publiques

Méthode Description
ProvideSolutionProps ( string propName ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Method Details

ProvideSolutionProps() public méthode

public ProvideSolutionProps ( string propName ) : System
propName string
Résultat System

Register() public méthode

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

Unregister() public méthode

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