Property | Type | Description | |
---|---|---|---|
CommandSet | System.Guid |
Property | Type | Description | |
---|---|---|---|
PullRequestFilterCommand | System |
Method | Description | |
---|---|---|
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void |
Initializes the singleton instance of the command.
|
Method | Description | |
---|---|---|
PullRequestFilterCommand ( Microsoft.VisualStudio.Shell.Package package ) : System |
Initializes a new instance of the PullRequestFilterCommand class. Adds our command handlers for menu (commands must exist in the command table file)
|
public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void | ||
package | Microsoft.VisualStudio.Shell.Package | Owner package, not null. |
return | void |