ExportWorkspaceServiceFactoryAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用這個屬性來宣告 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 |
服務的型別元件限定名稱。 |