C# Class Microsoft.VisualStudio.R.Package.Windows.GotoEditorWindowCommand

Inheritance: Microsoft.VisualStudio.R.Package.Commands.PackageCommand
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
GotoEditorWindowCommand ( IActiveWpfTextViewTracker viewTracker, IContentTypeRegistryService svc ) : Microsoft.Common.Core

Protected Methods

Method Description
Handle ( ) : void
SetStatus ( ) : void

Private Methods

Method Description
FindDocumentFrame ( string filePath ) : IVsWindowFrame

Method Details

GotoEditorWindowCommand() public method

public GotoEditorWindowCommand ( IActiveWpfTextViewTracker viewTracker, IContentTypeRegistryService svc ) : Microsoft.Common.Core
viewTracker IActiveWpfTextViewTracker
svc IContentTypeRegistryService
return Microsoft.Common.Core

Handle() protected method

protected Handle ( ) : void
return void

SetStatus() protected method

protected SetStatus ( ) : void
return void