ICodeContainerStorageManagerFactory.Create Method

Definition

Caution

Use ICodeContainerStorageManagerFactory2.CreateAsync instead.

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

Returns

Attributes

Applies to