ExportWorkspaceServiceFactoryAttribute(WorkspaceServiceFactoryOptions, Type[]) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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