RemoteCodeContainer.CompareTo(RemoteCodeContainer) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
RemoteCodeContainer基于其时间戳比较的两个实例 LastAccessed 。
public:
virtual int CompareTo(Microsoft::VisualStudio::Shell::CodeContainerManagement::RemoteCodeContainer ^ other);
public int CompareTo (Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer other);
abstract member CompareTo : Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer -> int
override this.CompareTo : Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer -> int
Public Function CompareTo (other As RemoteCodeContainer) As Integer
参数
- other
- RemoteCodeContainer