C# 클래스 Scorchio.VisualStudio.Extensions.DTEExtensions

Defines the DTEExtensions type.
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
Activate ( this instance ) : void

Activates the specified instance.

CloseDocuments ( this instance ) : void

Closes the documents.

CloseSolutionExplorerWindow ( this instance ) : void

Closes the solution explorer window.

CollapseSolution ( this instance ) : void

Collapses the solution.

CreateNewFile ( this instance, string path ) : void

Creates the new file.

CreateSolution ( this instance, string solutionName ) : void

Creates the solution.

ExecuteNugetCommand ( this instance, string command ) : void

Executes the nuget command.

GetActiveProject ( this instance ) : Project

Gets the active project.

GetCSharpProjectItemsEvents ( this instance ) : ProjectItemsEvents

Gets the C sharp project items events.

GetDefaultProjectsLocation ( this instance ) : string

Gets the default projects location.

GetMenuBar ( this instance ) : CommandBar

Gets the menu.

GetOutputWindow ( this instance ) : OutputWindow

Gets the output window.

GetOutputWindowPane ( this instance, string windowName ) : OutputWindowPane

Gets the output window pane.

GetProjectItemEvents ( this instance ) : ProjectItemsEvents

Gets the project item events.

GetSolution ( this instance ) : Solution

Gets the solution.

GetToolsMenuItem ( this instance ) : CommandBarControl

Gets the tools menu item.

GetToolsMenuPopUp ( this instance ) : CommandBarPopup

Gets the tools menu pop up.

IsSolutionLoaded ( this instance ) : bool

Determines whether the solution is loaded.

NavigateTo ( this instance, string url ) : void

Navigates to.

OutputMessage ( this instance, string windowName, string message ) : void

Outputs the message.

ReplaceText ( this instance, string findText, string replaceText, bool saveFiles ) : bool

Replaces the text.

ReplaceTextInCurrentDocument ( this instance, string findText, string replaceText, bool regularExpression, bool saveFiles ) : bool

Replaces the text in current document.

SaveAll ( this instance ) : void

Saves all.

ShowOutputWindowPane ( this instance, string windowName ) : void

Shows the output window pane.

ShowSolutionExplorerWindow ( this instance ) : void

Shows the solution explorer window.

WriteStatusBarMessage ( this instance, string message ) : void

Writes the status bar message.

메소드 상세

Activate() 공개 정적인 메소드

Activates the specified instance.
public static Activate ( this instance ) : void
instance this The instance.
리턴 void

CloseDocuments() 공개 정적인 메소드

Closes the documents.
public static CloseDocuments ( this instance ) : void
instance this The instance.
리턴 void

CloseSolutionExplorerWindow() 공개 정적인 메소드

Closes the solution explorer window.
public static CloseSolutionExplorerWindow ( this instance ) : void
instance this The instance.
리턴 void

CollapseSolution() 공개 정적인 메소드

Collapses the solution.
public static CollapseSolution ( this instance ) : void
instance this The instance.
리턴 void

CreateNewFile() 공개 정적인 메소드

Creates the new file.
public static CreateNewFile ( this instance, string path ) : void
instance this The instance.
path string The path.
리턴 void

CreateSolution() 공개 정적인 메소드

Creates the solution.
public static CreateSolution ( this instance, string solutionName ) : void
instance this The instance.
solutionName string ProjectName of the solution.
리턴 void

ExecuteNugetCommand() 공개 정적인 메소드

Executes the nuget command.
public static ExecuteNugetCommand ( this instance, string command ) : void
instance this The instance.
command string The command.
리턴 void

GetActiveProject() 공개 정적인 메소드

Gets the active project.
public static GetActiveProject ( this instance ) : Project
instance this The instance.
리턴 Project

GetCSharpProjectItemsEvents() 공개 정적인 메소드

Gets the C sharp project items events.
public static GetCSharpProjectItemsEvents ( this instance ) : ProjectItemsEvents
instance this The instance.
리턴 ProjectItemsEvents

GetDefaultProjectsLocation() 공개 정적인 메소드

Gets the default projects location.
public static GetDefaultProjectsLocation ( this instance ) : string
instance this The instance.
리턴 string

GetMenuBar() 공개 정적인 메소드

Gets the menu.
public static GetMenuBar ( this instance ) : CommandBar
instance this The instance.
리턴 CommandBar

GetOutputWindow() 공개 정적인 메소드

Gets the output window.
public static GetOutputWindow ( this instance ) : OutputWindow
instance this The instance.
리턴 OutputWindow

GetOutputWindowPane() 공개 정적인 메소드

Gets the output window pane.
public static GetOutputWindowPane ( this instance, string windowName ) : OutputWindowPane
instance this The instance.
windowName string Name of the window.
리턴 OutputWindowPane

GetProjectItemEvents() 공개 정적인 메소드

Gets the project item events.
public static GetProjectItemEvents ( this instance ) : ProjectItemsEvents
instance this The instance.
리턴 ProjectItemsEvents

GetSolution() 공개 정적인 메소드

Gets the solution.
public static GetSolution ( this instance ) : Solution
instance this The instance.
리턴 Solution

GetToolsMenuItem() 공개 정적인 메소드

Gets the tools menu item.
public static GetToolsMenuItem ( this instance ) : CommandBarControl
instance this The instance.
리턴 CommandBarControl

GetToolsMenuPopUp() 공개 정적인 메소드

Gets the tools menu pop up.
public static GetToolsMenuPopUp ( this instance ) : CommandBarPopup
instance this The instance.
리턴 CommandBarPopup

IsSolutionLoaded() 공개 정적인 메소드

Determines whether the solution is loaded.
public static IsSolutionLoaded ( this instance ) : bool
instance this The instance.
리턴 bool

NavigateTo() 공개 정적인 메소드

Navigates to.
public static NavigateTo ( this instance, string url ) : void
instance this The instance.
url string The URL.
리턴 void

OutputMessage() 공개 정적인 메소드

Outputs the message.
public static OutputMessage ( this instance, string windowName, string message ) : void
instance this The instance.
windowName string Name of the window.
message string The message.
리턴 void

ReplaceText() 공개 정적인 메소드

Replaces the text.
public static ReplaceText ( this instance, string findText, string replaceText, bool saveFiles ) : bool
instance this The instance.
findText string The find text.
replaceText string The replace text.
saveFiles bool if set to true [save files].
리턴 bool

ReplaceTextInCurrentDocument() 공개 정적인 메소드

Replaces the text in current document.
public static ReplaceTextInCurrentDocument ( this instance, string findText, string replaceText, bool regularExpression, bool saveFiles ) : bool
instance this The instance.
findText string The find text.
replaceText string The replace text.
regularExpression bool if set to true [regular expression].
saveFiles bool if set to true [save files].
리턴 bool

SaveAll() 공개 정적인 메소드

Saves all.
public static SaveAll ( this instance ) : void
instance this The instance.
리턴 void

ShowOutputWindowPane() 공개 정적인 메소드

Shows the output window pane.
public static ShowOutputWindowPane ( this instance, string windowName ) : void
instance this The instance.
windowName string Name of the window.
리턴 void

ShowSolutionExplorerWindow() 공개 정적인 메소드

Shows the solution explorer window.
public static ShowSolutionExplorerWindow ( this instance ) : void
instance this The instance.
리턴 void

WriteStatusBarMessage() 공개 정적인 메소드

Writes the status bar message.
public static WriteStatusBarMessage ( this instance, string message ) : void
instance this The instance.
message string The message.
리턴 void