CodeContainerStorageManagerFactory Constructors
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.
Overloads
CodeContainerStorageManagerFactory(IServiceProvider) |
Obsolete.
|
CodeContainerStorageManagerFactory(IAsyncServiceProvider, JoinableTaskFactory) |
CodeContainerStorageManagerFactory(IServiceProvider)
Caution
Use the overload that accepts a JoinableTaskFactory and supply the one from the caller's AsyncPackage.
public:
CodeContainerStorageManagerFactory(IServiceProvider ^ serviceProvider);
[System.Obsolete("Use the overload that accepts a JoinableTaskFactory and supply the one from the caller's AsyncPackage.")]
public CodeContainerStorageManagerFactory (IServiceProvider serviceProvider);
[<System.Obsolete("Use the overload that accepts a JoinableTaskFactory and supply the one from the caller's AsyncPackage.")>]
new Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerStorageManagerFactory : IServiceProvider -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerStorageManagerFactory
Public Sub New (serviceProvider As IServiceProvider)
Parameters
- serviceProvider
- IServiceProvider
- Attributes
Applies to
CodeContainerStorageManagerFactory(IAsyncServiceProvider, JoinableTaskFactory)
public:
CodeContainerStorageManagerFactory(Microsoft::VisualStudio::Shell::IAsyncServiceProvider ^ serviceProvider, Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ joinableTaskFactory);
CodeContainerStorageManagerFactory(Microsoft::VisualStudio::Shell::IAsyncServiceProvider const & serviceProvider, Microsoft::VisualStudio::Threading::JoinableTaskFactory const & joinableTaskFactory);
public CodeContainerStorageManagerFactory (Microsoft.VisualStudio.Shell.IAsyncServiceProvider serviceProvider, Microsoft.VisualStudio.Threading.JoinableTaskFactory joinableTaskFactory);
new Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerStorageManagerFactory : Microsoft.VisualStudio.Shell.IAsyncServiceProvider * Microsoft.VisualStudio.Threading.JoinableTaskFactory -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerStorageManagerFactory
Public Sub New (serviceProvider As IAsyncServiceProvider, joinableTaskFactory As JoinableTaskFactory)
Parameters
- serviceProvider
- IAsyncServiceProvider
- joinableTaskFactory
- JoinableTaskFactory