CodeContainerStorageManagerFactory.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 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