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

Inheritance: PackageCommand
Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
CommandAsyncToOleMenuCommandShim ( System.Guid group, int id, IAsyncCommand command ) : System

Protected Methods

Method Description
Handle ( object inArg, object &outArg ) : void
SetStatus ( ) : void

Method Details

CommandAsyncToOleMenuCommandShim() public method

public CommandAsyncToOleMenuCommandShim ( System.Guid group, int id, IAsyncCommand command ) : System
group System.Guid
id int
command IAsyncCommand
return System

Handle() protected method

protected Handle ( object inArg, object &outArg ) : void
inArg object
outArg object
return void

SetStatus() protected method

protected SetStatus ( ) : void
return void