ExportWorkspaceServiceFactoryAttribute(WorkspaceServiceFactoryOptions, Type[]) Konstruktor

Definition

Initialisiert eine neue Instanz der ExportWorkspaceServiceFactoryAttribute-Klasse.

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())

Parameter

options
WorkspaceServiceFactoryOptions

Optionen für Service Factory

supportedTypes
Type[]

Liste der von dieser Factory unterstützten Typen

Gilt für