C# Class NEnhancer.Common.DTEHelper

Afficher le fichier Open project: ilibis/ClangVSx Class Usage Examples

Méthodes publiques

Méthode Description
AddButtonToCmdBar ( CommandBar cmdBar, int beforeIndex, string caption, string tooltip ) : CommandBarButton
AddButtonToPopup ( CommandBarPopup popup, int beforeIndex, string caption, string tooltip ) : CommandBarButton
AddNamedCommand2 ( string cmdName, string buttonText, string toolTip, bool useMsoButton, int iconIndex ) : void
DTEHelper ( DTE2 dte, AddIn addin ) : System
GetAddinAssemblyLocation ( ) : string
GetCommandBarByName ( string cmdBarName ) : CommandBar
GetCulturedMenuName ( string englishName ) : string
GetCurrentWord ( ) : string
GetProjectByName ( Solution2 sln, string projName ) : Project
GetProjectNodes ( Solution solution ) : List
GetProjectNodes ( UIHierarchyItems topLevelItems ) : List
GetProjectNodesInSolutionFolder ( UIHierarchyItem item ) : List
GetSelectedLines ( ) : string
GetSelectedText ( ) : string
IsDirectProjectNode ( UIHierarchyItem item ) : bool
IsProjectNode ( UIHierarchyItem item ) : bool
IsProjectNodeInSolutionFolder ( UIHierarchyItem item ) : bool
IsSolutionFolder ( UIHierarchyItem item ) : bool
Restart ( ) : void

Private Methods

Méthode Description
IsBlank ( string input ) : bool

Method Details

AddButtonToCmdBar() public méthode

public AddButtonToCmdBar ( CommandBar cmdBar, int beforeIndex, string caption, string tooltip ) : CommandBarButton
cmdBar CommandBar
beforeIndex int
caption string
tooltip string
Résultat CommandBarButton

AddButtonToPopup() public méthode

public AddButtonToPopup ( CommandBarPopup popup, int beforeIndex, string caption, string tooltip ) : CommandBarButton
popup CommandBarPopup
beforeIndex int
caption string
tooltip string
Résultat CommandBarButton

AddNamedCommand2() public méthode

public AddNamedCommand2 ( string cmdName, string buttonText, string toolTip, bool useMsoButton, int iconIndex ) : void
cmdName string
buttonText string
toolTip string
useMsoButton bool
iconIndex int
Résultat void

DTEHelper() public méthode

public DTEHelper ( DTE2 dte, AddIn addin ) : System
dte DTE2
addin AddIn
Résultat System

GetAddinAssemblyLocation() public méthode

public GetAddinAssemblyLocation ( ) : string
Résultat string

GetCommandBarByName() public méthode

public GetCommandBarByName ( string cmdBarName ) : CommandBar
cmdBarName string
Résultat CommandBar

GetCulturedMenuName() public méthode

public GetCulturedMenuName ( string englishName ) : string
englishName string
Résultat string

GetCurrentWord() public méthode

public GetCurrentWord ( ) : string
Résultat string

GetProjectByName() public méthode

public GetProjectByName ( Solution2 sln, string projName ) : Project
sln Solution2
projName string
Résultat Project

GetProjectNodes() public méthode

public GetProjectNodes ( Solution solution ) : List
solution Solution
Résultat List

GetProjectNodes() public méthode

public GetProjectNodes ( UIHierarchyItems topLevelItems ) : List
topLevelItems UIHierarchyItems
Résultat List

GetProjectNodesInSolutionFolder() public méthode

public GetProjectNodesInSolutionFolder ( UIHierarchyItem item ) : List
item UIHierarchyItem
Résultat List

GetSelectedLines() public méthode

public GetSelectedLines ( ) : string
Résultat string

GetSelectedText() public méthode

public GetSelectedText ( ) : string
Résultat string

IsDirectProjectNode() public méthode

public IsDirectProjectNode ( UIHierarchyItem item ) : bool
item UIHierarchyItem
Résultat bool

IsProjectNode() public méthode

public IsProjectNode ( UIHierarchyItem item ) : bool
item UIHierarchyItem
Résultat bool

IsProjectNodeInSolutionFolder() public méthode

public IsProjectNodeInSolutionFolder ( UIHierarchyItem item ) : bool
item UIHierarchyItem
Résultat bool

IsSolutionFolder() public méthode

public IsSolutionFolder ( UIHierarchyItem item ) : bool
item UIHierarchyItem
Résultat bool

Restart() public méthode

public Restart ( ) : void
Résultat void