C# Class DDDLanguage.ProvideSolutionProps

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Datei anzeigen Open project: ngs-doo/dsl-compiler-client

Public Methods

Method Description
ProvideSolutionProps ( string propName ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Method Details

ProvideSolutionProps() public method

public ProvideSolutionProps ( string propName ) : System
propName string
return System

Register() public method

public Register ( RegistrationContext context ) : void
context RegistrationContext
return void

Unregister() public method

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
return void