CodeContainerStorageManagerFactory.CreateAsync 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.
public:
virtual System::Threading::Tasks::Task<Microsoft::VisualStudio::Shell::CodeContainerManagement::ICodeContainerStorageManager ^> ^ CreateAsync();
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.CodeContainerManagement.ICodeContainerStorageManager> CreateAsync ();
abstract member CreateAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.CodeContainerManagement.ICodeContainerStorageManager>
override this.CreateAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.CodeContainerManagement.ICodeContainerStorageManager>
Public Function CreateAsync () As Task(Of ICodeContainerStorageManager)