Currently , i meet an issue about product willCompatible with different version control, but for Refresh Scc Status,
VisualStudioSafe command is DTE.ExecuteCommand("File.RefreshStatus"),
TeamFoundationServer command is DTE.ExecuteCommand("File.RefreshStatus"),
RationTeamConcert command is "File.Refresh"...
Different SouceCodeControl may have different command,
Does any API can forcing/requesting the SCC status to be refreshed... not by the way of ExecuteCommand?
Thanks in advance.!
Yuanzhi.Tang