ExportWorkspaceServiceFactoryAttribute Constructor

Definition

Initializes a new instance of the ExportWorkspaceServiceFactoryAttribute class.

public:
 ExportWorkspaceServiceFactoryAttribute(Microsoft::VisualStudio::Workspace::WorkspaceServiceFactoryOptions options, ... cli::array <Type ^> ^ supportedTypes);
public ExportWorkspaceServiceFactoryAttribute (Microsoft.VisualStudio.Workspace.WorkspaceServiceFactoryOptions options, params Type[] supportedTypes);
new Microsoft.VisualStudio.Workspace.ExportWorkspaceServiceFactoryAttribute : Microsoft.VisualStudio.Workspace.WorkspaceServiceFactoryOptions * Type[] -> Microsoft.VisualStudio.Workspace.ExportWorkspaceServiceFactoryAttribute
Public Sub New (options As WorkspaceServiceFactoryOptions, ParamArray supportedTypes As Type())

Parameters

options
WorkspaceServiceFactoryOptions

Options for service factory

supportedTypes
Type[]

List of types supported by this factory

Applies to