Share via


CodeContainerStorageManagerFactory.Create Method

Definition

Caution

Use CreateAsync instead.

public:
 virtual Microsoft::VisualStudio::Shell::CodeContainerManagement::ICodeContainerStorageManager ^ Create();
public:
 Microsoft::VisualStudio::Shell::CodeContainerManagement::ICodeContainerStorageManager ^ Create();
Microsoft::VisualStudio::Shell::CodeContainerManagement::ICodeContainerStorageManager Create();
[System.Obsolete("Use CreateAsync instead.")]
public Microsoft.VisualStudio.Shell.CodeContainerManagement.ICodeContainerStorageManager Create ();
[<System.Obsolete("Use CreateAsync instead.")>]
abstract member Create : unit -> Microsoft.VisualStudio.Shell.CodeContainerManagement.ICodeContainerStorageManager
override this.Create : unit -> Microsoft.VisualStudio.Shell.CodeContainerManagement.ICodeContainerStorageManager
Public Function Create () As ICodeContainerStorageManager

Returns

Implements

Attributes

Applies to