RemoteCodeContainer.WithLastAccessed(DateTimeOffset) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an instance of RemoteCodeContainer whose LastAccessed is equal to lastAccessed
.
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::RemoteCodeContainer ^ WithLastAccessed(DateTimeOffset lastAccessed);
public Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer WithLastAccessed (DateTimeOffset lastAccessed);
member this.WithLastAccessed : DateTimeOffset -> Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer
Public Function WithLastAccessed (lastAccessed As DateTimeOffset) As RemoteCodeContainer
Parameters
- lastAccessed
- DateTimeOffset
Last-accessed timestamp.