ImportManyAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| ImportManyAttribute() |
Initialise une nouvelle instance de la classe ImportManyAttribute, en important le jeu d'exportations ayant le nom de contrat par défaut. |
| ImportManyAttribute(String) |
Initialise une nouvelle instance de la classe ImportManyAttribute, en important le jeu d'exportations ayant le nom de contrat spécifié. |
ImportManyAttribute()
- Source:
- ImportManyAttribute.cs
- Source:
- ImportManyAttribute.cs
- Source:
- ImportManyAttribute.cs
Initialise une nouvelle instance de la classe ImportManyAttribute, en important le jeu d'exportations ayant le nom de contrat par défaut.
public:
ImportManyAttribute();
public ImportManyAttribute ();
Public Sub New ()
S’applique à
ImportManyAttribute(String)
- Source:
- ImportManyAttribute.cs
- Source:
- ImportManyAttribute.cs
- Source:
- ImportManyAttribute.cs
Initialise une nouvelle instance de la classe ImportManyAttribute, en important le jeu d'exportations ayant le nom de contrat spécifié.
public:
ImportManyAttribute(System::String ^ contractName);
public ImportManyAttribute (string contractName);
new System.Composition.ImportManyAttribute : string -> System.Composition.ImportManyAttribute
Public Sub New (contractName As String)
Paramètres
- contractName
- String
Nom de contrat des exportations à importer, ou null ou une chaîne vide ("") pour utiliser le nom de contrat par défaut.