ImportManyAttribute Constructors

Definition

Overloads

ImportManyAttribute()

Initializes a new instance of the ImportManyAttribute class, importing the set of exports that have the default contract name.

ImportManyAttribute(String)

Initializes a new instance of the ImportManyAttribute class, importing the set of exports that have the specified contract name.

ImportManyAttribute()

Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs

Initializes a new instance of the ImportManyAttribute class, importing the set of exports that have the default contract name.

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

Applies to

ImportManyAttribute(String)

Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs

Initializes a new instance of the ImportManyAttribute class, importing the set of exports that have the specified contract name.

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

The contract name of the exports to import, or null or an empty string ("") to use the default contract name.

Applies to