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

Inheritance: PackageCommand
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
CommandAsyncToOleMenuCommandShim ( System.Guid group, int id, IAsyncCommand command ) : System

Méthodes protégées

Méthode Description
Handle ( object inArg, object &outArg ) : void
SetStatus ( ) : void

Method Details

CommandAsyncToOleMenuCommandShim() public méthode

public CommandAsyncToOleMenuCommandShim ( System.Guid group, int id, IAsyncCommand command ) : System
group System.Guid
id int
command IAsyncCommand
Résultat System

Handle() protected méthode

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

SetStatus() protected méthode

protected SetStatus ( ) : void
Résultat void