C# Class Microsoft.VisualStudio.R.Package.Sql.PublishSProcCommand

Inheritance: ICommandGroupHandler
Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
PublishSProcCommand ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IDacPackageServicesProvider dacServicesProvider, ISettingsStorage settings ) : System
TryHandleCommand ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : bool

Private Methods

Method Description
Handle ( ) : void
PublishSProcCommand ( IApplicationShell appShell, IProjectSystemServices pss, IDacPackageServicesProvider dacServicesProvider, ISettingsStorage settings ) : System

Method Details

GetCommandStatus() public method

public GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
return CommandStatusResult

PublishSProcCommand() public method

public PublishSProcCommand ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IDacPackageServicesProvider dacServicesProvider, ISettingsStorage settings ) : System
appShell IApplicationShell
pss IProjectSystemServices
fs IFileSystem
dacServicesProvider IDacPackageServicesProvider
settings ISettingsStorage
return System

TryHandleCommand() public method

public TryHandleCommand ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : bool
nodes IImmutableSet
commandId long
focused bool
commandExecuteOptions long
variantArgIn System.IntPtr
variantArgOut System.IntPtr
return bool