ExportWorkspaceServiceFactoryAttribute 类

定义

使用此属性声明 IWorkspaceServiceFactory 实现以包含在基于 MEF 的工作区中。

public ref class ExportWorkspaceServiceFactoryAttribute : System::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Composition.MetadataAttribute]
public class ExportWorkspaceServiceFactoryAttribute : System.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
[<System.Composition.MetadataAttribute>]
type ExportWorkspaceServiceFactoryAttribute = class
    inherit ExportAttribute
Public Class ExportWorkspaceServiceFactoryAttribute
Inherits ExportAttribute
继承
ExportWorkspaceServiceFactoryAttribute
属性

构造函数

ExportWorkspaceServiceFactoryAttribute(Type, String)

声明要 IWorkspaceServiceFactory 包含在基于 MEF 的工作区中的实现。

属性

Layer

为该服务指定的层;ServiceLayer.Default 等

ServiceType

服务的类型的程序集限定名称。

适用于