Method | Description | |
---|---|---|
AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, EventHandler handler, uint commandId ) : void | ||
AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, |
||
ApplyStash_BeforeQueryStatus ( object sender, |
||
CreateCommand ( EventHandler handler, uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand | ||
CreateCommand ( uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand | ||
Feature_BeforeQueryStatus ( object sender, |
||
GitFlow_BeforeQueryStatus ( object sender, |
||
GitHubFlow_BeforeQueryStatus ( object sender, |
||
Hotfix_BeforeQueryStatus ( object sender, |
||
Release_BeforeQueryStatus ( object sender, |
||
SolutionVisibility_BeforeQueryStatus ( object sender, |
||
Solution_BeforeQueryStatus ( object sender, |
public static AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, EventHandler handler, uint commandId ) : void | ||
mcs | Microsoft.VisualStudio.Shell.OleMenuCommandService | |
handler | EventHandler | |
commandId | uint | |
return | void |
public static AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, |
||
mcs | Microsoft.VisualStudio.Shell.OleMenuCommandService | |
command | ||
return | void |
public static ApplyStash_BeforeQueryStatus ( object sender, |
||
sender | object | |
e | ||
return | void |
public static CreateCommand ( EventHandler handler, uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand | ||
handler | EventHandler | |
commandId | uint | |
return | Microsoft.VisualStudio.Shell.OleMenuCommand |
public static CreateCommand ( uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand | ||
commandId | uint | |
return | Microsoft.VisualStudio.Shell.OleMenuCommand |
public static Feature_BeforeQueryStatus ( object sender, |
||
sender | object | |
e | ||
return | void |
public static GitFlow_BeforeQueryStatus ( object sender, |
||
sender | object | |
e | ||
return | void |
public static GitHubFlow_BeforeQueryStatus ( object sender, |
||
sender | object | |
e | ||
return | void |
public static Hotfix_BeforeQueryStatus ( object sender, |
||
sender | object | |
e | ||
return | void |
public static Release_BeforeQueryStatus ( object sender, |
||
sender | object | |
e | ||
return | void |
public static SolutionVisibility_BeforeQueryStatus ( object sender, |
||
sender | object | |
e | ||
return | void |
public static Solution_BeforeQueryStatus ( object sender, |
||
sender | object | |
e | ||
return | void |