ExportProviderAttributeBase 类

定义

IProviderMetadataBase 接口的基本实现

public ref class ExportProviderAttributeBase abstract : System::ComponentModel::Composition::ExportAttribute, Microsoft::VisualStudio::Workspace::IProviderMetadataBase
public abstract class ExportProviderAttributeBase : System.ComponentModel.Composition.ExportAttribute, Microsoft.VisualStudio.Workspace.IProviderMetadataBase
type ExportProviderAttributeBase = class
    inherit ExportAttribute
    interface IProviderMetadataBase
Public MustInherit Class ExportProviderAttributeBase
Inherits ExportAttribute
Implements IProviderMetadataBase
继承
ExportProviderAttributeBase
派生
实现

构造函数

ExportProviderAttributeBase(String, ProviderPriority, Type)

初始化 ExportProviderAttributeBase 类的新实例。

ExportProviderAttributeBase(String, String, ProviderPriority, Type)

初始化 ExportProviderAttributeBase 类的新实例。

ExportProviderAttributeBase(String, Type)

初始化 ExportProviderAttributeBase 类的新实例。

属性

OptionFlags

为此元数据定义为 flags 属性的选项

OptionFlagsInternal

返回内部选项标志

Priority

提供程序优先级

Type

此提供程序的唯一类型

Version

版本跟踪

适用于