TfvcHttpClient.AddModelAsQueryParams Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected override void AddModelAsQueryParams(System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string,string>> queryParams, string parameterName, object model);
override this.AddModelAsQueryParams : System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string, string>> * string * obj -> unit
Protected Overrides Sub AddModelAsQueryParams (queryParams As IList(Of KeyValuePair(Of String, String)), parameterName As String, model As Object)
Parameters
- queryParams
- IList<KeyValuePair<String,String>>
- parameterName
- String
- model
- Object