Compartir a través de


ExportLanguageServiceAttribute Clase

Definición

Use este atributo para declarar una ILanguageService implementación para su inclusión en un área de trabajo basada en MEF.

public ref class ExportLanguageServiceAttribute : System::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Composition.MetadataAttribute]
public class ExportLanguageServiceAttribute : System.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
[<System.Composition.MetadataAttribute>]
type ExportLanguageServiceAttribute = class
    inherit ExportAttribute
Public Class ExportLanguageServiceAttribute
Inherits ExportAttribute
Herencia
ExportLanguageServiceAttribute
Atributos

Constructores

ExportLanguageServiceAttribute(Type, String, String)

Declara una ILanguageService implementación para su inclusión en un área de trabajo basada en MEF.

Propiedades

Language

Idioma para el que está destinado el servicio; LanguageNames.CSharp, etc.

Layer

Capa para la que se especifica el servicio; ServiceLayer.Default, etc.

ServiceType

Nombre completo del ensamblado del tipo del servicio.

Se aplica a