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
type
Type: Microsoft.Web.CommandUI.UIQueryTypeA UIQueryType object that represents the requested type.
id
Type: System.StringA String that contains the identifier for the requested data.
lcid
Type: System.UInt32An unsigned 32-bit integer that specifies the language and culture in which the results are to be retrieved.
resultFormat
Type: Microsoft.Web.CommandUI.UIQueryResultFormatA UIQueryResultFormat object that specifies the format in which the results of the query are to be returned.