Code: Select all
SourceSafeTypeLib.VSSItem theFile
int theVersionNumber
return theFile.Version( theVersionNumber ) // return type is SourceSafeTypeLib.VSSItem
Any hint as to what the equivalent would be is greatly appreciated!
(Yes, our VSS API code has lots of error handling for all the senarios where the above code fails because the history/version entry is a branch or a whatever that isn't really real.... but that isn't relevant right now)