ExportProviderAttributeBase Конструкторы

Определение

Перегрузки

ExportProviderAttributeBase(String, Type)

Инициализирует новый экземпляр класса ExportProviderAttributeBase.

ExportProviderAttributeBase(String, ProviderPriority, Type)

Инициализирует новый экземпляр класса ExportProviderAttributeBase.

ExportProviderAttributeBase(String, String, ProviderPriority, Type)

Инициализирует новый экземпляр класса ExportProviderAttributeBase.

ExportProviderAttributeBase(String, Type)

Инициализирует новый экземпляр класса ExportProviderAttributeBase.

public:
 ExportProviderAttributeBase(System::String ^ type, Type ^ contractType);
public:
 ExportProviderAttributeBase(Platform::String ^ type, Platform::Type ^ contractType);
public ExportProviderAttributeBase (string type, Type contractType);
new Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase : string * Type -> Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase
Public Sub New (type As String, contractType As Type)

Параметры

type
String

Уникальный тип для этого Ипровидерметадатабасе

contractType
Type

Тип контракта

Применяется к

ExportProviderAttributeBase(String, ProviderPriority, Type)

Инициализирует новый экземпляр класса ExportProviderAttributeBase.

public:
 ExportProviderAttributeBase(System::String ^ type, Microsoft::VisualStudio::Workspace::ProviderPriority priority, Type ^ contractType);
public:
 ExportProviderAttributeBase(Platform::String ^ type, Microsoft::VisualStudio::Workspace::ProviderPriority priority, Platform::Type ^ contractType);
public ExportProviderAttributeBase (string type, Microsoft.VisualStudio.Workspace.ProviderPriority priority, Type contractType);
new Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase : string * Microsoft.VisualStudio.Workspace.ProviderPriority * Type -> Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase
Public Sub New (type As String, priority As ProviderPriority, contractType As Type)

Параметры

type
String

Уникальный тип для этого Ипровидерметадатабасе

priority
ProviderPriority

Приоритет поставщика

contractType
Type

Тип контракта

Применяется к

ExportProviderAttributeBase(String, String, ProviderPriority, Type)

Инициализирует новый экземпляр класса ExportProviderAttributeBase.

public:
 ExportProviderAttributeBase(System::String ^ version, System::String ^ type, Microsoft::VisualStudio::Workspace::ProviderPriority priority, Type ^ contractType);
public:
 ExportProviderAttributeBase(Platform::String ^ version, Platform::String ^ type, Microsoft::VisualStudio::Workspace::ProviderPriority priority, Platform::Type ^ contractType);
public ExportProviderAttributeBase (string version, string type, Microsoft.VisualStudio.Workspace.ProviderPriority priority, Type contractType);
new Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase : string * string * Microsoft.VisualStudio.Workspace.ProviderPriority * Type -> Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase
Public Sub New (version As String, type As String, priority As ProviderPriority, contractType As Type)

Параметры

version
String

Версия для этого поставщика

type
String

Уникальный тип для этого Ипровидерметадатабасе

priority
ProviderPriority

Приоритет поставщика

contractType
Type

Тип контракта

Применяется к