UIQuery 构造函数

初始化与给定的类型、 标识符和数据的格式参数的UIQuery类的新实例。

命名空间:  Microsoft.Web.CommandUI
程序集:  Microsoft.Web.CommandUI(位于 Microsoft.Web.CommandUI.dll 中)

语法

声明
Public Sub New ( _
    type As UIQueryType, _
    id As String, _
    lcid As UInteger, _
    resultFormat As UIQueryResultFormat _
)
用法
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
)

参数

  • lcid
    类型:System.UInt32

    无符号的 32 位integer指定的语言和在其中的结果是要检索的区域性。

另请参阅

引用

UIQuery 类

UIQuery 成员

Microsoft.Web.CommandUI 命名空间