ICodeContainerStorageManagerFactory.Create 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.
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