C# Class VSEmbed.Services.StubDTE

Inheritance: DTE
Datei anzeigen Open project: SLaks/VSEmbed

Public Methods

Method Description
ExecuteCommand ( string CommandName, string CommandArgs = "" ) : void
GetObject ( string Name ) : dynamic
LaunchWizard ( string VSZFile, object &ContextParams ) : wizardResult
OpenFile ( string ViewKind, string FileName ) : Window
Quit ( ) : void
SatelliteDllPath ( string Path, string Name ) : string
get_IsOpenFile ( string ViewKind, string FileName ) : bool
get_Properties ( string Category, string Page ) : Properties

Method Details

ExecuteCommand() public method

public ExecuteCommand ( string CommandName, string CommandArgs = "" ) : void
CommandName string
CommandArgs string
return void

GetObject() public method

public GetObject ( string Name ) : dynamic
Name string
return dynamic

LaunchWizard() public method

public LaunchWizard ( string VSZFile, object &ContextParams ) : wizardResult
VSZFile string
ContextParams object
return wizardResult

OpenFile() public method

public OpenFile ( string ViewKind, string FileName ) : Window
ViewKind string
FileName string
return Window

Quit() public method

public Quit ( ) : void
return void

SatelliteDllPath() public method

public SatelliteDllPath ( string Path, string Name ) : string
Path string
Name string
return string

get_IsOpenFile() public method

public get_IsOpenFile ( string ViewKind, string FileName ) : bool
ViewKind string
FileName string
return bool

get_Properties() public method

public get_Properties ( string Category, string Page ) : Properties
Category string
Page string
return Properties