ImportManyAttribute Konstruktoren

Definition

Überlädt

ImportManyAttribute()

Initialisiert eine neue Instanz der ImportManyAttribute-Klasse, wobei der Satz von Exporten mit dem Standardvertragsnamen importiert wird.

ImportManyAttribute(String)

Initialisiert eine neue Instanz der ImportManyAttribute-Klasse, wobei der Satz von Exporten mit dem angegebenen Vertragsnamen importiert wird.

ImportManyAttribute()

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

Initialisiert eine neue Instanz der ImportManyAttribute-Klasse, wobei der Satz von Exporten mit dem Standardvertragsnamen importiert wird.

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

Gilt für:

ImportManyAttribute(String)

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

Initialisiert eine neue Instanz der ImportManyAttribute-Klasse, wobei der Satz von Exporten mit dem angegebenen Vertragsnamen importiert wird.

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 oder eine leere Zeichenfolge (""), um den Standardvertragsnamen zu verwenden.

Gilt für: