C# 클래스 Microsoft.VisualStudio.R.Package.Sql.PublishSProcCommand

상속: ICommandGroupHandler
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
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