C# Class tfsprod.Utilities

Mostrar archivo Open project: mirik123/tfsprod

Public Methods

Method Description
ShowSQLConnectionDialog ( ) : void

Private Methods

Method Description
CloseProgressMerge ( object prgmerge ) : void

Closes the progress merge dialog. This feature is not implemented.

CreateProgressMerge ( Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer vcsrv ) : object

Creates the progress merge dialog, see Microsoft.TeamFoundation.VersionControl.Controls.ProgressMerge. This feature is not implemented.

CreateThreadedWaitDialog ( string message, string progress, string statustext, int total ) : IVsThreadedWaitDialog2

Creates the threaded wait dialog, see Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog2

OutputCommandString ( string text ) : void
OutputCommandString ( string text, string caption ) : void

Outputs the command string. Writes logs to OutputWindow pane, see Microsoft.VisualStudio.Shell.Interop.SVsOutputWindow

SelectVersionControlServerPath ( string srvpath ) : void

Navigates to the server path in Source Control Explorer, see Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExplorerExt.Navigate and Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExplorerExt.VsWindowFrame.Show.

ShowChangesetDetailsDlg ( int ch ) : void

Shows the changeset details dilaog, see Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExplorerExt.ViewChangesetDetails.

ShowProgressMerge ( object prgmerge, IWin32Window owner ) : void

Shows the progress merge dialog. This feature is not implemented.

ShowResolveConflictsDlg ( ) : void

Shows the resolve conflicts dialog, see Microsoft.TeamFoundation.VersionControl.CommandLine.CommandResolve.DisplayResolveDialog.

ShowServerFolderDlg ( IWin32Window parent, string defaultServerPath, string &srvpath ) : void

Shows the server folder browser dialog.

ShowWorkItemDetailsDlg ( int wi ) : void

Shows the work item details dialog, see Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.DocumentService.ShowWorkItem.

ShowWorkItemPickerDialog ( ) : List

Method Details

ShowSQLConnectionDialog() public static method

public static ShowSQLConnectionDialog ( ) : void
return void