UserConfigurationDictionary.CreateFromJsonCollection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria o dicionário de configuração de uma coleção de objetos JSON (Notação de Objeto JavaScript). O CreateFromJsonCollection(Object[], ExchangeService) método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com Exchange Server 2013.
public:
virtual void CreateFromJsonCollection(cli::array <System::Object ^> ^ jsonCollection, Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public void CreateFromJsonCollection (object[] jsonCollection, Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub CreateFromJsonCollection (jsonCollection As Object(), service As ExchangeService)
Parâmetros
- jsonCollection
- Object[]
A coleção JSON.
- service
- ExchangeService
Um objeto de serviço do Exchange.
Implementações
Microsoft.Exchange.WebServices.Data.IJsonCollectionDeserializer.CreateFromJsonCollection(System.Object[],Microsoft.Exchange.WebServices.Data.ExchangeService)