ExportWorkspaceServiceFactoryAttribute Constructor
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.
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