Method | 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 |
Method | Description | |
---|---|---|
IsBlank ( string input ) : bool |
public AddButtonToCmdBar ( CommandBar cmdBar, int beforeIndex, string caption, string tooltip ) : CommandBarButton | ||
cmdBar | CommandBar | |
beforeIndex | int | |
caption | string | |
tooltip | string | |
return | CommandBarButton |
public AddButtonToPopup ( CommandBarPopup popup, int beforeIndex, string caption, string tooltip ) : CommandBarButton | ||
popup | CommandBarPopup | |
beforeIndex | int | |
caption | string | |
tooltip | string | |
return | CommandBarButton |
public AddNamedCommand2 ( string cmdName, string buttonText, string toolTip, bool useMsoButton, int iconIndex ) : void | ||
cmdName | string | |
buttonText | string | |
toolTip | string | |
useMsoButton | bool | |
iconIndex | int | |
return | void |
public DTEHelper ( DTE2 dte, AddIn addin ) : System | ||
dte | DTE2 | |
addin | AddIn | |
return | System |
public GetCommandBarByName ( string cmdBarName ) : CommandBar | ||
cmdBarName | string | |
return | CommandBar |
public GetCulturedMenuName ( string englishName ) : string | ||
englishName | string | |
return | string |
public GetProjectByName ( Solution2 sln, string projName ) : Project | ||
sln | Solution2 | |
projName | string | |
return | Project |
public GetProjectNodes ( Solution solution ) : List |
||
solution | Solution | |
return | List |
public GetProjectNodes ( UIHierarchyItems topLevelItems ) : List |
||
topLevelItems | UIHierarchyItems | |
return | List |
public GetProjectNodesInSolutionFolder ( UIHierarchyItem item ) : List |
||
item | UIHierarchyItem | |
return | List |
public IsDirectProjectNode ( UIHierarchyItem item ) : bool | ||
item | UIHierarchyItem | |
return | bool |
public IsProjectNode ( UIHierarchyItem item ) : bool | ||
item | UIHierarchyItem | |
return | bool |
public IsProjectNodeInSolutionFolder ( UIHierarchyItem item ) : bool | ||
item | UIHierarchyItem | |
return | bool |
public IsSolutionFolder ( UIHierarchyItem item ) : bool | ||
item | UIHierarchyItem | |
return | bool |