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

バージョン追跡

適用対象