C# 클래스 VSEmbed.Services.StubDTE

상속: DTE
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

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

메소드 상세

ExecuteCommand() 공개 메소드

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

GetObject() 공개 메소드

public GetObject ( string Name ) : dynamic
Name string
리턴 dynamic

LaunchWizard() 공개 메소드

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

OpenFile() 공개 메소드

public OpenFile ( string ViewKind, string FileName ) : Window
ViewKind string
FileName string
리턴 Window

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

SatelliteDllPath() 공개 메소드

public SatelliteDllPath ( string Path, string Name ) : string
Path string
Name string
리턴 string

get_IsOpenFile() 공개 메소드

public get_IsOpenFile ( string ViewKind, string FileName ) : bool
ViewKind string
FileName string
리턴 bool

get_Properties() 공개 메소드

public get_Properties ( string Category, string Page ) : Properties
Category string
Page string
리턴 Properties