IWorkspaceProviderFactory<T> Interface
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.
Provider workspace factory
generic <typename T>
public interface class IWorkspaceProviderFactory
public interface class IWorkspaceProviderFactory
template <typename T>
__interface IWorkspaceProviderFactory
public interface IWorkspaceProviderFactory<T>
type IWorkspaceProviderFactory<'T> = interface
Public Interface IWorkspaceProviderFactory(Of T)
Type Parameters
- T
Type of provider to create
Methods
CreateProvider(IWorkspace) |
Create an instance of provider |