This document is archived and information here might be outdated. Recommended version. |
Finds common ancestor version.
[Visual Basic .NET] Public Function GetCommonAncestor ( _ ByVal otherVersion As IVersion _ ) As IVersion
[C#] public IVersion GetCommonAncestor ( IVersion otherVersion );
[C++]
HRESULT GetCommonAncestor(
IVersion* otherVersion
);
[C++] Parameters otherVersion [in]
otherVersion is a parameter of type IVersion*