This method returns the collection of workspaces in which the current object version is present.
HRESULT get_Workspaces(
IVersionCol **ppIWorkspaces
);
**ppIWorkspaces
[out]
The IVersionCol interface pointer to the collection of workspaces in which the object version is present.
S_OK
The method completed successfully.
This method failed to complete successfully.
If the current object version is not present in any workspaces, this method returns an empty collection.