C# Class VSEmbed.Services.StubDTE

Inheritance: DTE
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

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

public ExecuteCommand ( string CommandName, string CommandArgs = "" ) : void
CommandName string
CommandArgs string
Résultat void

GetObject() public méthode

public GetObject ( string Name ) : dynamic
Name string
Résultat dynamic

LaunchWizard() public méthode

public LaunchWizard ( string VSZFile, object &ContextParams ) : wizardResult
VSZFile string
ContextParams object
Résultat wizardResult

OpenFile() public méthode

public OpenFile ( string ViewKind, string FileName ) : Window
ViewKind string
FileName string
Résultat Window

Quit() public méthode

public Quit ( ) : void
Résultat void

SatelliteDllPath() public méthode

public SatelliteDllPath ( string Path, string Name ) : string
Path string
Name string
Résultat string

get_IsOpenFile() public méthode

public get_IsOpenFile ( string ViewKind, string FileName ) : bool
ViewKind string
FileName string
Résultat bool

get_Properties() public méthode

public get_Properties ( string Category, string Page ) : Properties
Category string
Page string
Résultat Properties