IWorkspaceProviderFactory<T>.CreateProvider(IWorkspace) Method

Definition

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

Applies to