ServiceNameCollection.Merge Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Funde a corrente ServiceNameCollection com os valores especificados para criar uma nova ServiceNameCollection contendo a união.
Sobrecargas
| Name | Description |
|---|---|
| Merge(IEnumerable) |
Funde a corrente ServiceNameCollection com os valores especificados para criar uma nova ServiceNameCollection contendo a união. |
| Merge(String) |
Funde a corrente ServiceNameCollection com os valores especificados para criar uma nova ServiceNameCollection contendo a união. |
Merge(IEnumerable)
Funde a corrente ServiceNameCollection com os valores especificados para criar uma nova ServiceNameCollection contendo a união.
public:
System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ Merge(System::Collections::IEnumerable ^ serviceNames);
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(System.Collections.IEnumerable serviceNames);
member this.Merge : System.Collections.IEnumerable -> System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public Function Merge (serviceNames As IEnumerable) As ServiceNameCollection
Parâmetros
- serviceNames
- IEnumerable
Uma instância da IEnumerable classe que contém os valores especificados dos nomes de serviço a fundir.
Devoluções
Uma nova ServiceNameCollection instância que contenha a união da instância existente ServiceNameCollection fundida com os valores especificados.
Exceções
serviceNames é null.
serviceNames está vazio.
Observações
A ServiceNameCollection classe inicializada contém os valores especificados passados no items parâmetro.
Aplica-se a
Merge(String)
Funde a corrente ServiceNameCollection com os valores especificados para criar uma nova ServiceNameCollection contendo a união.
public:
System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ Merge(System::String ^ serviceName);
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(string serviceName);
member this.Merge : string -> System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public Function Merge (serviceName As String) As ServiceNameCollection
Parâmetros
- serviceName
- String
Uma cadeia que contém os valores especificados dos nomes de serviço a serem usados para inicializar a classe.
Devoluções
Uma nova ServiceNameCollection instância que contenha a união da instância existente ServiceNameCollection fundida com os valores especificados.
Exceções
serviceName é null.
serviceName está vazio.
Observações
A ServiceNameCollection classe inicializada contém os valores especificados passados no items parâmetro.