ImportManyAttribute Construtores
Definição
Sobrecargas
| ImportManyAttribute() |
Inicializa uma nova instância da classe ImportManyAttribute, importando o conjunto de exportações que tem o nome do contrato padrão.Initializes a new instance of the ImportManyAttribute class, importing the set of exports that have the default contract name. |
| ImportManyAttribute(String) |
Inicializa uma nova instância da classe ImportManyAttribute, importando o conjunto de exportações que tem o nome de contrato especificado.Initializes a new instance of the ImportManyAttribute class, importing the set of exports that have the specified contract name. |
ImportManyAttribute()
Inicializa uma nova instância da classe ImportManyAttribute, importando o conjunto de exportações que tem o nome do contrato padrão.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 ()
Aplica-se a
ImportManyAttribute(String)
Inicializa uma nova instância da classe ImportManyAttribute, importando o conjunto de exportações que tem o nome de contrato especificado.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)
Parâmetros
- contractName
- String
O nome do contrato das exportações a importar ou null ou uma cadeia de caracteres vazia ("") para usar o nome do contrato padrão.The contract name of the exports to import, or null or an empty string ("") to use the default contract name.