ExportProviderAttributeBase Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| ExportProviderAttributeBase(String, Type) |
Initialisiert eine neue Instanz der ExportProviderAttributeBase-Klasse. |
| ExportProviderAttributeBase(String, ProviderPriority, Type) |
Initialisiert eine neue Instanz der ExportProviderAttributeBase-Klasse. |
| ExportProviderAttributeBase(String, String, ProviderPriority, Type) |
Initialisiert eine neue Instanz der ExportProviderAttributeBase-Klasse. |
ExportProviderAttributeBase(String, Type)
Initialisiert eine neue Instanz der ExportProviderAttributeBase-Klasse.
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)
Parameter
- type
- String
Der eindeutige Typ für dieses IProviderMetadataBase
- contractType
- Type
Vertragstyp
Gilt für
ExportProviderAttributeBase(String, ProviderPriority, Type)
Initialisiert eine neue Instanz der ExportProviderAttributeBase-Klasse.
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)
Parameter
- type
- String
Der eindeutige Typ für dieses IProviderMetadataBase
- priority
- ProviderPriority
Die Anbieter Priorität
- contractType
- Type
Vertragstyp
Gilt für
ExportProviderAttributeBase(String, String, ProviderPriority, Type)
Initialisiert eine neue Instanz der ExportProviderAttributeBase-Klasse.
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)
Parameter
- version
- String
Version für diesen Anbieter
- type
- String
Der eindeutige Typ für dieses IProviderMetadataBase
- priority
- ProviderPriority
Die Anbieter Priorität
- contractType
- Type
Vertragstyp