ExportLanguageServiceFactoryAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用此属性声明实现 ILanguageServiceFactory 以包含在基于 MEF 的工作区中。
public ref class ExportLanguageServiceFactoryAttribute : System::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Composition.MetadataAttribute]
public class ExportLanguageServiceFactoryAttribute : System.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
[<System.Composition.MetadataAttribute>]
type ExportLanguageServiceFactoryAttribute = class
inherit ExportAttribute
Public Class ExportLanguageServiceFactoryAttribute
Inherits ExportAttribute
- 继承
-
ExportLanguageServiceFactoryAttribute
- 属性
构造函数
ExportLanguageServiceFactoryAttribute(Type, String, String) |
声明要 ILanguageServiceFactory 包含在基于 MEF 的工作区中的实现。 |
属性
Language |
服务的目标语言:LanguageNames.CSharp 等 |
Layer |
为该服务指定的层;ServiceLayer.Default 等 |
ServiceType |
服务的类型的程序集限定名称。 |