RemoteCodeContainerRegistry.AddToFrontAsync 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.
protected:
override System::Threading::Tasks::Task ^ AddToFrontAsync(System::String ^ key, Microsoft::VisualStudio::Shell::CodeContainerManagement::RemoteCodeContainer ^ codeContainer, System::Object ^ state);
protected override System.Threading.Tasks.Task AddToFrontAsync (string key, Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer codeContainer, object state);
override this.AddToFrontAsync : string * Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer * obj -> System.Threading.Tasks.Task
Protected Overrides Function AddToFrontAsync (key As String, codeContainer As RemoteCodeContainer, state As Object) As Task
Parameters
- key
- String
- codeContainer
- RemoteCodeContainer
- state
- Object