ExportProviderAttributeBase Construtores

Definição

Sobrecargas

ExportProviderAttributeBase(String, Type)

Inicializa uma nova instância da classe ExportProviderAttributeBase.

ExportProviderAttributeBase(String, ProviderPriority, Type)

Inicializa uma nova instância da classe ExportProviderAttributeBase.

ExportProviderAttributeBase(String, String, ProviderPriority, Type)

Inicializa uma nova instância da classe ExportProviderAttributeBase.

ExportProviderAttributeBase(String, Type)

Inicializa uma nova instância da classe 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)

Parâmetros

type
String

O tipo exclusivo para este IProviderMetadataBase

contractType
Type

Tipo de contrato

Aplica-se a

ExportProviderAttributeBase(String, ProviderPriority, Type)

Inicializa uma nova instância da classe 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)

Parâmetros

type
String

O tipo exclusivo para este IProviderMetadataBase

priority
ProviderPriority

A prioridade do provedor

contractType
Type

Tipo de contrato

Aplica-se a

ExportProviderAttributeBase(String, String, ProviderPriority, Type)

Inicializa uma nova instância da classe 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)

Parâmetros

version
String

Versão para este provedor

type
String

O tipo exclusivo para este IProviderMetadataBase

priority
ProviderPriority

A prioridade do provedor

contractType
Type

Tipo de contrato

Aplica-se a