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

Inheritance: ICommandGroupHandler
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

GetCommandStatus() public méthode

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

PublishSProcCommand() public méthode

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

TryHandleCommand() public méthode

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
Résultat bool