C# Class Microsoft.VisualStudio.R.Package.Commands.PackageCommand

Inheritance: Microsoft.VisualStudio.Shell.OleMenuCommand
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
OnCommand ( object sender, EventArgs args ) : void

Méthodes protégées

Méthode Description
Handle ( ) : void
Handle ( object inArg, object &outArg ) : void
PackageCommand ( System.Guid group, int id ) : System
SetStatus ( ) : void

Private Methods

Méthode Description
OnBeforeQueryStatus ( object sender, EventArgs e ) : void

Method Details

Handle() protected méthode

protected Handle ( ) : void
Résultat void

Handle() protected méthode

protected Handle ( object inArg, object &outArg ) : void
inArg object
outArg object
Résultat void

OnCommand() public static méthode

public static OnCommand ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

PackageCommand() protected méthode

protected PackageCommand ( System.Guid group, int id ) : System
group System.Guid
id int
Résultat System

SetStatus() protected méthode

protected SetStatus ( ) : void
Résultat void