ConnectedServiceContext.Args Propriedade

Definição

Obtém um recipiente de propriedades que contém os parâmetros personalizados que foram especificados quando a sessão de serviços conectados foi iniciada.

public:
 abstract property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Args { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IDictionary<string,object> Args { get; }
member this.Args : System.Collections.Generic.IDictionary<string, obj>
Public MustOverride ReadOnly Property Args As IDictionary(Of String, Object)

Valor da propriedade

IDictionary<String,Object>

Aplica-se a