ImportManyAttribute Konstruktoren

Definition

Überlädt

Name Beschreibung
ImportManyAttribute()

Initialisiert eine neue Instanz der ImportManyAttribute Klasse, wobei der Satz von Exporten importiert wird, die den Standardvertragsnamen aufweisen.

ImportManyAttribute(String)

Initialisiert eine neue Instanz der ImportManyAttribute Klasse, wobei der Satz von Exporten importiert wird, die den angegebenen Vertragsnamen aufweisen.

ImportManyAttribute()

Quelle:
ImportManyAttribute.cs
Quelle:
ImportManyAttribute.cs
Quelle:
ImportManyAttribute.cs
Quelle:
ImportManyAttribute.cs

Initialisiert eine neue Instanz der ImportManyAttribute Klasse, wobei der Satz von Exporten importiert wird, die den Standardvertragsnamen aufweisen.

public:
 ImportManyAttribute();
public ImportManyAttribute();
Public Sub New ()

Gilt für:

ImportManyAttribute(String)

Quelle:
ImportManyAttribute.cs
Quelle:
ImportManyAttribute.cs
Quelle:
ImportManyAttribute.cs
Quelle:
ImportManyAttribute.cs

Initialisiert eine neue Instanz der ImportManyAttribute Klasse, wobei der Satz von Exporten importiert wird, die den angegebenen Vertragsnamen aufweisen.

public:
 ImportManyAttribute(System::String ^ contractName);
public ImportManyAttribute(string contractName);
new System.Composition.ImportManyAttribute : string -> System.Composition.ImportManyAttribute
Public Sub New (contractName As String)

Parameter

contractName
String

Der Vertragsname der zu importierenden Exporte oder null eine leere Zeichenfolge ("") zur Verwendung des Standardvertragsnamens.

Gilt für: