IWorkspaceProviderFactory<T>.CreateProvider(IWorkspace) 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.
Create an instance of provider
public:
T CreateProvider(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspaceContext);
public T CreateProvider (Microsoft.VisualStudio.Workspace.IWorkspace workspaceContext);
abstract member CreateProvider : Microsoft.VisualStudio.Workspace.IWorkspace -> 'T
Public Function CreateProvider (workspaceContext As IWorkspace) As T
Parameters
- workspaceContext
- IWorkspace
The workspace context
Returns
T
Created instance of a provider type