Udostępnij za pośrednictwem


WebBrowserComboBoxItem.ExtractParameters Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim queryParams As NameValueCollection
Dim returnValue As Dictionary(Of String, String)

returnValue = Me.ExtractParameters(queryParams)

Syntax

'Declaration
Protected Function ExtractParameters ( _
    queryParams As NameValueCollection _
) As Dictionary(Of String, String)
protected Dictionary<string,string> ExtractParameters (
    NameValueCollection queryParams
)
protected:
Dictionary<String^, String^>^ ExtractParameters (
    NameValueCollection^ queryParams
)
protected Dictionary<String,String> ExtractParameters (
    NameValueCollection queryParams
)
protected function ExtractParameters (
    queryParams : NameValueCollection
) : Dictionary<String,String>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WebBrowserComboBoxItem Class
WebBrowserComboBoxItem Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.