ImportManyAttribute Constructors

Definitie

Overloads

Name Description
ImportManyAttribute()

Initialiseert een nieuw exemplaar van de ImportManyAttribute klasse, waarbij de set exports met de standaardcontractnaam wordt geïmporteerd.

ImportManyAttribute(String)

Initialiseert een nieuw exemplaar van de ImportManyAttribute klasse, waarbij de set exports met de opgegeven contractnaam wordt geïmporteerd.

ImportManyAttribute()

Bron:
ImportManyAttribute.cs
Bron:
ImportManyAttribute.cs
Bron:
ImportManyAttribute.cs
Bron:
ImportManyAttribute.cs

Initialiseert een nieuw exemplaar van de ImportManyAttribute klasse, waarbij de set exports met de standaardcontractnaam wordt geïmporteerd.

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

Van toepassing op

ImportManyAttribute(String)

Bron:
ImportManyAttribute.cs
Bron:
ImportManyAttribute.cs
Bron:
ImportManyAttribute.cs
Bron:
ImportManyAttribute.cs

Initialiseert een nieuw exemplaar van de ImportManyAttribute klasse, waarbij de set exports met de opgegeven contractnaam wordt geïmporteerd.

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

Parameters

contractName
String

De contractnaam van de exports die moeten worden geïmporteerd of null een lege tekenreeks ("") om de standaardcontractnaam te gebruiken.

Van toepassing op