Share via


UIQuery Constructor

Initializes a new instance of the UIQuery class with the given type, identifier, and format parameter data.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Sub New ( _
    type As UIQueryType, _
    id As String, _
    lcid As UInteger, _
    resultFormat As UIQueryResultFormat _
)
'Usage
Dim type As UIQueryType
Dim id As String
Dim lcid As UInteger
Dim resultFormat As UIQueryResultFormat

Dim instance As New UIQuery(type, id, _
    lcid, resultFormat)
public UIQuery(
    UIQueryType type,
    string id,
    uint lcid,
    UIQueryResultFormat resultFormat
)

Parameters

  • lcid
    Type: System.UInt32

    An unsigned 32-bit integer that specifies the language and culture in which the results are to be retrieved.

See Also

Reference

UIQuery Class

UIQuery Members

Microsoft.Web.CommandUI Namespace