C# Класс Microsoft.VisualStudio.R.Package.Sql.PublishSProcCommand

Наследование: ICommandGroupHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Handle ( ) : void
PublishSProcCommand ( IApplicationShell appShell, IProjectSystemServices pss, IDacPackageServicesProvider dacServicesProvider, ISettingsStorage settings ) : System

Описание методов

GetCommandStatus() публичный Метод

public GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
Результат CommandStatusResult

PublishSProcCommand() публичный Метод

public PublishSProcCommand ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IDacPackageServicesProvider dacServicesProvider, ISettingsStorage settings ) : System
appShell IApplicationShell
pss IProjectSystemServices
fs IFileSystem
dacServicesProvider IDacPackageServicesProvider
settings ISettingsStorage
Результат System

TryHandleCommand() публичный Метод

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
Результат bool