Property | Type | Description | |
---|---|---|---|
CanDisconnect | bool | ||
CanExecBrowseToProjectDashboard | bool | ||
CanExecBrowseToUrl | bool | ||
CanToggleShowAllProjects | bool | ||
CleanControllerCommands | void | ||
CleanProvidedCommands | void | ||
Disconnect | void | ||
ExecBrowseToProjectDashboard | void | ||
ExecBrowseToUrl | void | ||
InitializeControllerCommands | void | ||
InitializeProvidedCommands | void | ||
OnIsBusyChanged | void | ||
SectionController | Microsoft.TeamFoundation.Client.CommandTarget | ||
SyncCommands | void | ||
ToggleShowAllProjects | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Initialize ( object sender, SectionInitializeEventArgs e ) : void | ||
Refresh ( ) : void |
Method | Description | |
---|---|---|
CreateView ( SectionInitializeEventArgs e ) : object | ||
CreateViewModel ( SectionInitializeEventArgs e ) : ITeamExplorerSection | ||
IOleCommandTargetQueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
Delegate QueryStatus to commands
|
Method | Description | |
---|---|---|
CanDisconnect ( ) : bool | ||
CanExecBrowseToProjectDashboard ( |
||
CanExecBrowseToUrl ( string url ) : bool | ||
CanToggleShowAllProjects ( |
||
CleanControllerCommands ( ) : void | ||
CleanProvidedCommands ( ) : void | ||
Disconnect ( ) : void | ||
ExecBrowseToProjectDashboard ( |
||
ExecBrowseToUrl ( string url ) : void | ||
InitializeControllerCommands ( ) : void | ||
InitializeProvidedCommands ( ) : void | ||
OnIsBusyChanged ( object sender, bool isBusy ) : void | ||
SectionController ( IHost host, IWebBrowser webBrowser ) : Microsoft.TeamFoundation.Client.CommandTarget | ||
SyncCommands ( ) : void | ||
ToggleShowAllProjects ( |
protected CreateView ( SectionInitializeEventArgs e ) : object | ||
e | SectionInitializeEventArgs | |
return | object |
protected CreateViewModel ( SectionInitializeEventArgs e ) : ITeamExplorerSection | ||
e | SectionInitializeEventArgs | |
return | ITeamExplorerSection |
protected IOleCommandTargetQueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | ||
return | int |
public Initialize ( object sender, SectionInitializeEventArgs e ) : void | ||
sender | object | |
e | SectionInitializeEventArgs | |
return | void |