Method | Description | |
---|---|---|
AnyItemsUnderSourceControl ( int &pfResult ) : int | ||
BrowseForProject ( string &pbstrDirectory, int &pfOK ) : int | ||
CancelAfterBrowseForProject ( ) : int | ||
GetCustomGlyphList ( uint baseIndex, uint &pdwImageListHandle ) : int | ||
GetGlyphFromPath ( string path ) : GitGlyph | ||
GetSccGlyph ( int cFiles, string rgpszFullPaths, VsStateIcon rgsiGlyphs, uint rgdwSccStatus ) : int | ||
GetSccGlyphFromStatus ( uint dwSccStatus, VsStateIcon psiGlyph ) : int | ||
GetSolutionFileName ( ) : string |
Returns the filename of the solution
|
|
GitSccProvider ( GitMenuPackage package ) : System | ||
IsInstalled ( int &pbInstalled ) : int | ||
QuerySaveFile2 ( string pszMkDocument, uint rgf, VSQEQS_FILE_ATTRIBUTE_DATA pFileInfo, uint &pdwQSResult, uint &prgfMoreInfo ) : int | ||
QuerySaveFiles2 ( uint rgfQuerySave, int cFiles, string rgpszMkDocuments, uint rgrgf, VSQEQS_FILE_ATTRIBUTE_DATA rgFileInfo, uint &pdwQSResult, uint &prgfMoreInfo ) : int | ||
RefreshAllGlyphs ( ) : void | ||
RefreshGlyphs ( IList |
Refreshes the glyphs of the specified hierarchy nodes
|
|
RefreshGlyphs ( List |
||
RegisterSccProject ( IVsSccProject2 pscp2Project, string pszSccProjectName, string pszSccAuxPath, string pszSccLocalPath, string pszProvider ) : int | ||
SetActive ( ) : int | ||
SetInactive ( ) : int | ||
UnregisterSccProject ( IVsSccProject2 pscp2Project ) : int |
Method | Description | |
---|---|---|
EnumHierarchyItems ( IVsHierarchy hierarchy, uint itemid, int recursionLevel, bool hierIsSolution, bool visibleNodesOnly, Action |
Enumerates over the hierarchy items for the given hierarchy traversing into nested hierarchies.
|
|
GetAllItems ( bool>.Func |
Enumerate all hierarchy project items recursively traversing nested hierarchies.
|
|
GetItemId ( object pvar ) : uint |
Gets the item id.
|
|
GetNodeFiles ( IVsSccProject2 pscp2, uint itemid ) : IList |
Returns a list of source controllable files associated with the specified node
|
|
UpdateNode ( VSITEMSELECTION vsItemSel ) : void |
public AnyItemsUnderSourceControl ( int &pfResult ) : int | ||
pfResult | int | |
return | int |
public BrowseForProject ( string &pbstrDirectory, int &pfOK ) : int | ||
pbstrDirectory | string | |
pfOK | int | |
return | int |
public GetCustomGlyphList ( uint baseIndex, uint &pdwImageListHandle ) : int | ||
baseIndex | uint | |
pdwImageListHandle | uint | |
return | int |
public GetGlyphFromPath ( string path ) : GitGlyph | ||
path | string | |
return | GitGlyph |
public GetSccGlyph ( int cFiles, string rgpszFullPaths, VsStateIcon rgsiGlyphs, uint rgdwSccStatus ) : int | ||
cFiles | int | |
rgpszFullPaths | string | |
rgsiGlyphs | VsStateIcon | |
rgdwSccStatus | uint | |
return | int |
public GetSccGlyphFromStatus ( uint dwSccStatus, VsStateIcon psiGlyph ) : int | ||
dwSccStatus | uint | |
psiGlyph | VsStateIcon | |
return | int |
public GitSccProvider ( GitMenuPackage package ) : System | ||
package | GitMenuPackage | |
return | System |
public IsInstalled ( int &pbInstalled ) : int | ||
pbInstalled | int | |
return | int |
public QuerySaveFile2 ( string pszMkDocument, uint rgf, VSQEQS_FILE_ATTRIBUTE_DATA pFileInfo, uint &pdwQSResult, uint &prgfMoreInfo ) : int | ||
pszMkDocument | string | |
rgf | uint | |
pFileInfo | VSQEQS_FILE_ATTRIBUTE_DATA | |
pdwQSResult | uint | |
prgfMoreInfo | uint | |
return | int |
public QuerySaveFiles2 ( uint rgfQuerySave, int cFiles, string rgpszMkDocuments, uint rgrgf, VSQEQS_FILE_ATTRIBUTE_DATA rgFileInfo, uint &pdwQSResult, uint &prgfMoreInfo ) : int | ||
rgfQuerySave | uint | |
cFiles | int | |
rgpszMkDocuments | string | |
rgrgf | uint | |
rgFileInfo | VSQEQS_FILE_ATTRIBUTE_DATA | |
pdwQSResult | uint | |
prgfMoreInfo | uint | |
return | int |
public RefreshGlyphs ( IList |
||
selectedNodes | IList |
|
return | void |
public RegisterSccProject ( IVsSccProject2 pscp2Project, string pszSccProjectName, string pszSccAuxPath, string pszSccLocalPath, string pszProvider ) : int | ||
pscp2Project | IVsSccProject2 | |
pszSccProjectName | string | |
pszSccAuxPath | string | |
pszSccLocalPath | string | |
pszProvider | string | |
return | int |
public UnregisterSccProject ( IVsSccProject2 pscp2Project ) : int | ||
pscp2Project | IVsSccProject2 | |
return | int |