Method | Description | |
---|---|---|
AnyItemsUnderSourceControl ( int &pfResult ) : int | ||
BranchUIClickedAsync ( ISccUIClickedEventArgs args, CancellationToken cancellationToken ) : System.Threading.Tasks.Task | ||
BrowseForProject ( string &pbstrDirectory, int &pfOK ) : int | ||
CancelAfterBrowseForProject ( ) : int | ||
Dispose ( ) : void | ||
FileTracked ( string filename ) : bool | ||
GetCurrentBranchNameAsync ( ) : Task |
||
GetCustomGlyphList ( uint BaseIndex, uint &pdwImageListHandle ) : int | ||
GetGlyphTipText ( [ phierHierarchy, [ itemidNode, string &pbstrTooltipText ) : int |
Called by solution explorer to provide tooltips for items. Returns a text describing the source control status of the item.
|
|
GetSccGlyph ( [ cFiles, [ rgpszFullPaths, [ rgsiGlyphs, [ rgdwSccStatus ) : int |
Provide source control icons for the specified files and returns scc status of files
|
|
GetSccGlyphFromStatus ( [ dwSccStatus, [ psiGlyph ) : int |
Determines the corresponding scc status glyph to display, given a combination of scc status flags
|
|
GetSolutionFileName ( ) : Task |
Returns the filename of the solution
|
|
IsBSLSupported ( ) : bool | ||
IsFileBelowDirectory ( string fileInfo, string directoryInfo, string separator ) : bool | ||
IsInstalled ( int &pbInstalled ) : int |
Returns whether the source control provider is fully installed
|
|
OnActiveProjectCfgChange ( IVsHierarchy pIVsHierarchy ) : int | ||
OnAfterAddDirectoriesEx ( int cProjects, int cDirectories, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, VSADDDIRECTORYFLAGS rgFlags ) : int | ||
OnAfterAddFilesEx ( int cProjects, int cFiles, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, VSADDFILEFLAGS rgFlags ) : int | ||
OnAfterBackgroundSolutionLoadComplete ( ) : int | ||
OnAfterCloseSolution ( [ pUnkReserved ) : int | ||
OnAfterLoadProject ( [ pStubHierarchy, [ pRealHierarchy ) : int | ||
OnAfterLoadProjectBatch ( bool fIsBackgroundIdleBatch ) : int | ||
OnAfterMergeSolution ( [ pUnkReserved ) : int | ||
OnAfterOpenProject ( [ pHierarchy, [ fAdded ) : int | ||
OnAfterOpenSolution ( [ pUnkReserved, [ fNewSolution ) : int | ||
OnAfterRemoveDirectories ( int cProjects, int cDirectories, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, VSREMOVEDIRECTORYFLAGS rgFlags ) : int | ||
OnAfterRemoveFiles ( int cProjects, int cFiles, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, VSREMOVEFILEFLAGS rgFlags ) : int | ||
OnAfterRenameDirectories ( int cProjects, int cDirs, IVsProject rgpProjects, int rgFirstIndices, string rgszMkOldNames, string rgszMkNewNames, VSRENAMEDIRECTORYFLAGS rgFlags ) : int | ||
OnAfterRenameFiles ( int cProjects, int cFiles, IVsProject rgpProjects, int rgFirstIndices, string rgszMkOldNames, string rgszMkNewNames, VSRENAMEFILEFLAGS rgFlags ) : int | ||
OnAfterSccStatusChanged ( int cProjects, int cFiles, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, uint rgdwSccStatus ) : int | ||
OnBeforeBackgroundSolutionLoadBegins ( ) : int | ||
OnBeforeCloseProject ( [ pHierarchy, [ fRemoved ) : int | ||
OnBeforeCloseSolution ( [ pUnkReserved ) : int | ||
OnBeforeLoadProjectBatch ( bool fIsBackgroundIdleBatch ) : int | ||
OnBeforeOpenSolution ( string pszSolutionFilename ) : int | ||
OnBeforeUnloadProject ( [ pRealHierarchy, [ pStubHierarchy ) : int | ||
OnQueryAddDirectories ( IVsProject pProject, int cDirectories, string rgpszMkDocuments, VSQUERYADDDIRECTORYFLAGS rgFlags, VSQUERYADDDIRECTORYRESULTS pSummaryResult, VSQUERYADDDIRECTORYRESULTS rgResults ) : int | ||
OnQueryAddFiles ( IVsProject pProject, int cFiles, string rgpszMkDocuments, VSQUERYADDFILEFLAGS rgFlags, VSQUERYADDFILERESULTS pSummaryResult, VSQUERYADDFILERESULTS rgResults ) : int | ||
OnQueryBackgroundLoadProjectBatch ( bool &pfShouldDelayLoadToNextIdle ) : int | ||
OnQueryCloseProject ( [ pHierarchy, [ fRemoving, [ pfCancel ) : int | ||
OnQueryCloseSolution ( [ pUnkReserved, [ pfCancel ) : int | ||
OnQueryRemoveDirectories ( IVsProject pProject, int cDirectories, string rgpszMkDocuments, VSQUERYREMOVEDIRECTORYFLAGS rgFlags, VSQUERYREMOVEDIRECTORYRESULTS pSummaryResult, VSQUERYREMOVEDIRECTORYRESULTS rgResults ) : int | ||
OnQueryRemoveFiles ( IVsProject pProject, int cFiles, string rgpszMkDocuments, VSQUERYREMOVEFILEFLAGS rgFlags, VSQUERYREMOVEFILERESULTS pSummaryResult, VSQUERYREMOVEFILERESULTS rgResults ) : int | ||
OnQueryRenameDirectories ( IVsProject pProject, int cDirs, string rgszMkOldNames, string rgszMkNewNames, VSQUERYRENAMEDIRECTORYFLAGS rgFlags, VSQUERYRENAMEDIRECTORYRESULTS pSummaryResult, VSQUERYRENAMEDIRECTORYRESULTS rgResults ) : int | ||
OnQueryRenameFiles ( IVsProject pProject, int cFiles, string rgszMkOldNames, string rgszMkNewNames, VSQUERYRENAMEFILEFLAGS rgFlags, VSQUERYRENAMEFILERESULTS pSummaryResult, VSQUERYRENAMEFILERESULTS rgResults ) : int | ||
OnQueryUnloadProject ( [ pRealHierarchy, [ pfCancel ) : int | ||
PendingChangesUIClickedAsync ( ISccUIClickedEventArgs args, CancellationToken cancellationToken ) : System.Threading.Tasks.Task | ||
QuickRefreshNodesGlyphs ( IVsSccProject2 project, List |
||
RefreshNodesGlyphs ( IList |
Refreshes the glyphs of the specified hierarchy nodes
|
|
RefreshProjectGlyphs ( List |
||
RegisterSccProject ( [ pscp2Project, [ pszSccProjectName, [ pszSccAuxPath, [ pszSccLocalPath, [ pszProvider ) : int |
One of the most important methods in a source control provider, is called by projects that are under source control when they are first opened to register project settings
|
|
RepositoryUIClickedAsync ( ISccUIClickedEventArgs args, CancellationToken cancellationToken ) : System.Threading.Tasks.Task | ||
SccProviderService ( GitScc.BasicSccProvider sccProvider ) : System | ||
SetActive ( ) : int | ||
SetInactive ( ) : int | ||
UnregisterSccProject ( [ pscp2Project ) : int |
Called by projects registered with the source control portion of the environment before they are closed.
|
|
UpdateProjectCfg_Begin ( IVsHierarchy pHierProj, IVsCfg pCfgProj, IVsCfg pCfgSln, uint dwAction, int &pfCancel ) : int | ||
UpdateProjectCfg_Done ( IVsHierarchy pHierProj, IVsCfg pCfgProj, IVsCfg pCfgSln, uint dwAction, int fSuccess, int fCancel ) : int | ||
UpdateSolution_Begin ( int &pfCancelUpdate ) : int | ||
UpdateSolution_Cancel ( ) : int | ||
UpdateSolution_Done ( int fSucceeded, int fModified, int fCancelCommand ) : int | ||
UpdateSolution_StartUpdate ( int &pfCancelUpdate ) : int |
Method | Description | |
---|---|---|
AddProject ( IVsHierarchy pHierarchy ) : System.Threading.Tasks.Task | ||
AddProjectToSourceControl ( IVsSccProject2 project ) : System.Threading.Tasks.Task | ||
AutoAddProject ( Project dteProject ) : Task | ||
CloseTracker ( ) : void | ||
CompareFile ( string filename ) : System.Threading.Tasks.Task | ||
CompareSelectedFile ( ) : System.Threading.Tasks.Task | ||
DisableSccForSolution ( ) : void | ||
EditIgnore ( ) : void | ||
EnableSccForSolution ( ) : System.Threading.Tasks.Task | ||
GetCaseSensitiveFileName ( string fileName ) : string | ||
GetChangesetManager ( |
||
GetCurrentTrackerAsync ( ) : Task |
||
GetFileName ( IVsHierarchy hierHierarchy, uint itemidNode ) : Task |
||
GetFileStatus ( string fileName ) : GitFileStatus | ||
GetFileStatus ( IVsHierarchy phierHierarchy, uint itemidNode ) : Task |
||
GetLongPathName ( string shortpath, StringBuilder sb, int buffer ) : uint | ||
GetNodeFiles ( IVsSccProject2 pscp2, uint itemid ) : Task |
Returns a list of source controllable files associated with the specified node
|
|
GetProjectFileName ( IVsHierarchy hierHierarchy ) : Task |
||
GetSelectFileName ( ) : Task |
||
GetSelectedNodes ( ) : Task |
Gets the list of directly selected VSITEMSELECTION objects
|
|
GetShortPathName ( string longpath, StringBuilder sb, int buffer ) : uint | ||
GetSolutionTracker ( ) : Task |
||
GetTracker ( string fileName ) : |
||
HandleSolutionRefresh ( object sender, |
||
InitRepo ( ) : System.Threading.Tasks.Task | ||
OpenTracker ( ) : System.Threading.Tasks.Task | ||
ProcessFileStatusUpdate ( |
||
ProcessMultiFileChange ( |
||
RefreshSolution ( ) : System.Threading.Tasks.Task | ||
RefreshSolutionGlyphs ( ) : System.Threading.Tasks.Task | ||
RegisterEntireSolution ( ) : System.Threading.Tasks.Task | ||
RegisterProjectWithGit ( IVsSccProject2 pscp2Project ) : void | ||
ReloadAllGlyphs ( ) : System.Threading.Tasks.Task | ||
RepositoryManager_CommitChanged ( object sender, GitScc.GitRepositoryEvent e ) : void | ||
RepositoryManager_FileStatusUpdate ( object sender, GitScc.GitFilesStatusUpdateEventArgs e ) : void | ||
RepositoryManager_FilesChanged ( object sender, GitScc.GitFilesUpdateEventArgs e ) : void | ||
RepositoryManager_SolutionTrackerBranchChanged ( object sender, string e ) : void | ||
SetSolutionExplorerTitle ( ) : System.Threading.Tasks.Task | ||
SetSolutionExplorerTitle ( string message ) : System.Threading.Tasks.Task | ||
SetupDocumentEvents ( ) : void | ||
SetupSolutionEvents ( ) : void | ||
UnRegisterDocumentEvents ( ) : void | ||
UnRegisterSolutionEvents ( ) : void | ||
UndoFileChanges ( string fileName ) : void | ||
UndoSelectedFile ( ) : System.Threading.Tasks.Task | ||
UpdateSolutionFileStatus ( |
||
UpdateSolutionFiles ( |
||
_solutionEvents_Opened ( ) : void | ||
_solutionEvents_ProjectAdded ( Project dteProject ) : void | ||
_windowEvents_WindowActivated ( Window GotFocus, Window LostFocus ) : void |
public AnyItemsUnderSourceControl ( int &pfResult ) : int | ||
pfResult | int | |
return | int |
public BranchUIClickedAsync ( ISccUIClickedEventArgs args, CancellationToken cancellationToken ) : System.Threading.Tasks.Task | ||
args | ISccUIClickedEventArgs | |
cancellationToken | CancellationToken | |
return | System.Threading.Tasks.Task |
public BrowseForProject ( string &pbstrDirectory, int &pfOK ) : int | ||
pbstrDirectory | string | |
pfOK | int | |
return | int |
public FileTracked ( string filename ) : bool | ||
filename | string | |
return | bool |
public GetCustomGlyphList ( uint BaseIndex, uint &pdwImageListHandle ) : int | ||
BaseIndex | uint | |
pdwImageListHandle | uint | |
return | int |
public GetGlyphTipText ( [ phierHierarchy, [ itemidNode, string &pbstrTooltipText ) : int | ||
phierHierarchy | [ | |
itemidNode | [ | |
pbstrTooltipText | string | |
return | int |
public GetSccGlyph ( [ cFiles, [ rgpszFullPaths, [ rgsiGlyphs, [ rgdwSccStatus ) : int | ||
cFiles | [ | |
rgpszFullPaths | [ | |
rgsiGlyphs | [ | |
rgdwSccStatus | [ | |
return | int |
public GetSccGlyphFromStatus ( [ dwSccStatus, [ psiGlyph ) : int | ||
dwSccStatus | [ | |
psiGlyph | [ | |
return | int |
public static IsFileBelowDirectory ( string fileInfo, string directoryInfo, string separator ) : bool | ||
fileInfo | string | |
directoryInfo | string | |
separator | string | |
return | bool |
public IsInstalled ( int &pbInstalled ) : int | ||
pbInstalled | int | |
return | int |
public OnActiveProjectCfgChange ( IVsHierarchy pIVsHierarchy ) : int | ||
pIVsHierarchy | IVsHierarchy | |
return | int |
public OnAfterAddDirectoriesEx ( int cProjects, int cDirectories, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, VSADDDIRECTORYFLAGS rgFlags ) : int | ||
cProjects | int | |
cDirectories | int | |
rgpProjects | IVsProject | |
rgFirstIndices | int | |
rgpszMkDocuments | string | |
rgFlags | VSADDDIRECTORYFLAGS | |
return | int |
public OnAfterAddFilesEx ( int cProjects, int cFiles, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, VSADDFILEFLAGS rgFlags ) : int | ||
cProjects | int | |
cFiles | int | |
rgpProjects | IVsProject | |
rgFirstIndices | int | |
rgpszMkDocuments | string | |
rgFlags | VSADDFILEFLAGS | |
return | int |
public OnAfterBackgroundSolutionLoadComplete ( ) : int | ||
return | int |
public OnAfterCloseSolution ( [ pUnkReserved ) : int | ||
pUnkReserved | [ | |
return | int |
public OnAfterLoadProject ( [ pStubHierarchy, [ pRealHierarchy ) : int | ||
pStubHierarchy | [ | |
pRealHierarchy | [ | |
return | int |
public OnAfterLoadProjectBatch ( bool fIsBackgroundIdleBatch ) : int | ||
fIsBackgroundIdleBatch | bool | |
return | int |
public OnAfterMergeSolution ( [ pUnkReserved ) : int | ||
pUnkReserved | [ | |
return | int |
public OnAfterOpenProject ( [ pHierarchy, [ fAdded ) : int | ||
pHierarchy | [ | |
fAdded | [ | |
return | int |
public OnAfterOpenSolution ( [ pUnkReserved, [ fNewSolution ) : int | ||
pUnkReserved | [ | |
fNewSolution | [ | |
return | int |
public OnAfterRemoveDirectories ( int cProjects, int cDirectories, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, VSREMOVEDIRECTORYFLAGS rgFlags ) : int | ||
cProjects | int | |
cDirectories | int | |
rgpProjects | IVsProject | |
rgFirstIndices | int | |
rgpszMkDocuments | string | |
rgFlags | VSREMOVEDIRECTORYFLAGS | |
return | int |
public OnAfterRemoveFiles ( int cProjects, int cFiles, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, VSREMOVEFILEFLAGS rgFlags ) : int | ||
cProjects | int | |
cFiles | int | |
rgpProjects | IVsProject | |
rgFirstIndices | int | |
rgpszMkDocuments | string | |
rgFlags | VSREMOVEFILEFLAGS | |
return | int |
public OnAfterRenameDirectories ( int cProjects, int cDirs, IVsProject rgpProjects, int rgFirstIndices, string rgszMkOldNames, string rgszMkNewNames, VSRENAMEDIRECTORYFLAGS rgFlags ) : int | ||
cProjects | int | |
cDirs | int | |
rgpProjects | IVsProject | |
rgFirstIndices | int | |
rgszMkOldNames | string | |
rgszMkNewNames | string | |
rgFlags | VSRENAMEDIRECTORYFLAGS | |
return | int |
public OnAfterRenameFiles ( int cProjects, int cFiles, IVsProject rgpProjects, int rgFirstIndices, string rgszMkOldNames, string rgszMkNewNames, VSRENAMEFILEFLAGS rgFlags ) : int | ||
cProjects | int | |
cFiles | int | |
rgpProjects | IVsProject | |
rgFirstIndices | int | |
rgszMkOldNames | string | |
rgszMkNewNames | string | |
rgFlags | VSRENAMEFILEFLAGS | |
return | int |
public OnAfterSccStatusChanged ( int cProjects, int cFiles, IVsProject rgpProjects, int rgFirstIndices, string rgpszMkDocuments, uint rgdwSccStatus ) : int | ||
cProjects | int | |
cFiles | int | |
rgpProjects | IVsProject | |
rgFirstIndices | int | |
rgpszMkDocuments | string | |
rgdwSccStatus | uint | |
return | int |
public OnBeforeBackgroundSolutionLoadBegins ( ) : int | ||
return | int |
public OnBeforeCloseProject ( [ pHierarchy, [ fRemoved ) : int | ||
pHierarchy | [ | |
fRemoved | [ | |
return | int |
public OnBeforeCloseSolution ( [ pUnkReserved ) : int | ||
pUnkReserved | [ | |
return | int |
public OnBeforeLoadProjectBatch ( bool fIsBackgroundIdleBatch ) : int | ||
fIsBackgroundIdleBatch | bool | |
return | int |
public OnBeforeOpenSolution ( string pszSolutionFilename ) : int | ||
pszSolutionFilename | string | |
return | int |
public OnBeforeUnloadProject ( [ pRealHierarchy, [ pStubHierarchy ) : int | ||
pRealHierarchy | [ | |
pStubHierarchy | [ | |
return | int |
public OnQueryAddDirectories ( IVsProject pProject, int cDirectories, string rgpszMkDocuments, VSQUERYADDDIRECTORYFLAGS rgFlags, VSQUERYADDDIRECTORYRESULTS pSummaryResult, VSQUERYADDDIRECTORYRESULTS rgResults ) : int | ||
pProject | IVsProject | |
cDirectories | int | |
rgpszMkDocuments | string | |
rgFlags | VSQUERYADDDIRECTORYFLAGS | |
pSummaryResult | VSQUERYADDDIRECTORYRESULTS | |
rgResults | VSQUERYADDDIRECTORYRESULTS | |
return | int |
public OnQueryAddFiles ( IVsProject pProject, int cFiles, string rgpszMkDocuments, VSQUERYADDFILEFLAGS rgFlags, VSQUERYADDFILERESULTS pSummaryResult, VSQUERYADDFILERESULTS rgResults ) : int | ||
pProject | IVsProject | |
cFiles | int | |
rgpszMkDocuments | string | |
rgFlags | VSQUERYADDFILEFLAGS | |
pSummaryResult | VSQUERYADDFILERESULTS | |
rgResults | VSQUERYADDFILERESULTS | |
return | int |
public OnQueryBackgroundLoadProjectBatch ( bool &pfShouldDelayLoadToNextIdle ) : int | ||
pfShouldDelayLoadToNextIdle | bool | |
return | int |
public OnQueryCloseProject ( [ pHierarchy, [ fRemoving, [ pfCancel ) : int | ||
pHierarchy | [ | |
fRemoving | [ | |
pfCancel | [ | |
return | int |
public OnQueryCloseSolution ( [ pUnkReserved, [ pfCancel ) : int | ||
pUnkReserved | [ | |
pfCancel | [ | |
return | int |
public OnQueryRemoveDirectories ( IVsProject pProject, int cDirectories, string rgpszMkDocuments, VSQUERYREMOVEDIRECTORYFLAGS rgFlags, VSQUERYREMOVEDIRECTORYRESULTS pSummaryResult, VSQUERYREMOVEDIRECTORYRESULTS rgResults ) : int | ||
pProject | IVsProject | |
cDirectories | int | |
rgpszMkDocuments | string | |
rgFlags | VSQUERYREMOVEDIRECTORYFLAGS | |
pSummaryResult | VSQUERYREMOVEDIRECTORYRESULTS | |
rgResults | VSQUERYREMOVEDIRECTORYRESULTS | |
return | int |
public OnQueryRemoveFiles ( IVsProject pProject, int cFiles, string rgpszMkDocuments, VSQUERYREMOVEFILEFLAGS rgFlags, VSQUERYREMOVEFILERESULTS pSummaryResult, VSQUERYREMOVEFILERESULTS rgResults ) : int | ||
pProject | IVsProject | |
cFiles | int | |
rgpszMkDocuments | string | |
rgFlags | VSQUERYREMOVEFILEFLAGS | |
pSummaryResult | VSQUERYREMOVEFILERESULTS | |
rgResults | VSQUERYREMOVEFILERESULTS | |
return | int |
public OnQueryRenameDirectories ( IVsProject pProject, int cDirs, string rgszMkOldNames, string rgszMkNewNames, VSQUERYRENAMEDIRECTORYFLAGS rgFlags, VSQUERYRENAMEDIRECTORYRESULTS pSummaryResult, VSQUERYRENAMEDIRECTORYRESULTS rgResults ) : int | ||
pProject | IVsProject | |
cDirs | int | |
rgszMkOldNames | string | |
rgszMkNewNames | string | |
rgFlags | VSQUERYRENAMEDIRECTORYFLAGS | |
pSummaryResult | VSQUERYRENAMEDIRECTORYRESULTS | |
rgResults | VSQUERYRENAMEDIRECTORYRESULTS | |
return | int |
public OnQueryRenameFiles ( IVsProject pProject, int cFiles, string rgszMkOldNames, string rgszMkNewNames, VSQUERYRENAMEFILEFLAGS rgFlags, VSQUERYRENAMEFILERESULTS pSummaryResult, VSQUERYRENAMEFILERESULTS rgResults ) : int | ||
pProject | IVsProject | |
cFiles | int | |
rgszMkOldNames | string | |
rgszMkNewNames | string | |
rgFlags | VSQUERYRENAMEFILEFLAGS | |
pSummaryResult | VSQUERYRENAMEFILERESULTS | |
rgResults | VSQUERYRENAMEFILERESULTS | |
return | int |
public OnQueryUnloadProject ( [ pRealHierarchy, [ pfCancel ) : int | ||
pRealHierarchy | [ | |
pfCancel | [ | |
return | int |
public PendingChangesUIClickedAsync ( ISccUIClickedEventArgs args, CancellationToken cancellationToken ) : System.Threading.Tasks.Task | ||
args | ISccUIClickedEventArgs | |
cancellationToken | CancellationToken | |
return | System.Threading.Tasks.Task |
public QuickRefreshNodesGlyphs ( IVsSccProject2 project, List |
||
project | IVsSccProject2 | |
files | List |
|
return | System.Threading.Tasks.Task |
public RefreshNodesGlyphs ( IList |
||
selectedNodes | IList |
|
return | System.Threading.Tasks.Task |
public RefreshProjectGlyphs ( List |
||
projects | List |
|
return | System.Threading.Tasks.Task |
public RegisterSccProject ( [ pscp2Project, [ pszSccProjectName, [ pszSccAuxPath, [ pszSccLocalPath, [ pszProvider ) : int | ||
pscp2Project | [ | |
pszSccProjectName | [ | |
pszSccAuxPath | [ | |
pszSccLocalPath | [ | |
pszProvider | [ | |
return | int |
public RepositoryUIClickedAsync ( ISccUIClickedEventArgs args, CancellationToken cancellationToken ) : System.Threading.Tasks.Task | ||
args | ISccUIClickedEventArgs | |
cancellationToken | CancellationToken | |
return | System.Threading.Tasks.Task |
public SccProviderService ( GitScc.BasicSccProvider sccProvider ) : System | ||
sccProvider | GitScc.BasicSccProvider | |
return | System |
public UnregisterSccProject ( [ pscp2Project ) : int | ||
pscp2Project | [ | |
return | int |
public UpdateProjectCfg_Begin ( IVsHierarchy pHierProj, IVsCfg pCfgProj, IVsCfg pCfgSln, uint dwAction, int &pfCancel ) : int | ||
pHierProj | IVsHierarchy | |
pCfgProj | IVsCfg | |
pCfgSln | IVsCfg | |
dwAction | uint | |
pfCancel | int | |
return | int |
public UpdateProjectCfg_Done ( IVsHierarchy pHierProj, IVsCfg pCfgProj, IVsCfg pCfgSln, uint dwAction, int fSuccess, int fCancel ) : int | ||
pHierProj | IVsHierarchy | |
pCfgProj | IVsCfg | |
pCfgSln | IVsCfg | |
dwAction | uint | |
fSuccess | int | |
fCancel | int | |
return | int |
public UpdateSolution_Begin ( int &pfCancelUpdate ) : int | ||
pfCancelUpdate | int | |
return | int |
public UpdateSolution_Done ( int fSucceeded, int fModified, int fCancelCommand ) : int | ||
fSucceeded | int | |
fModified | int | |
fCancelCommand | int | |
return | int |
public UpdateSolution_StartUpdate ( int &pfCancelUpdate ) : int | ||
pfCancelUpdate | int | |
return | int |