C# Class PowerStudio.DebugEngine.Attributes.ProvideTypeAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: IntelliTect/PowerStudio

Méthodes publiques

Méthode Description
ProvideTypeAttribute ( Type objectType ) : System
ProvideTypeAttribute ( string id ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Method Details

ProvideTypeAttribute() public méthode

public ProvideTypeAttribute ( Type objectType ) : System
objectType System.Type
Résultat System

ProvideTypeAttribute() public méthode

public ProvideTypeAttribute ( string id ) : System
id 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