UIQuery class

Specifies the parameters of a query for data that specifies a user interface (UI), for example, a ribbon or ribbon tab.

Inheritance hierarchy

System.Object
  Microsoft.Web.CommandUI.UIQuery

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

Syntax

'Declaration
Public Class UIQuery
'Usage
Dim instance As UIQuery
public class UIQuery

Remarks

Do not use types or members of the Microsoft.Web.CommandUI namespace for development within a Microsoft SharePoint 2010 environment, but instead use SPRibbon and related types in the Microsoft.SharePoint.WebControls namespace. For information about customizing the ribbon in SharePoint Foundation see The Ribbon in SharePoint Foundation.

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.

See also

Reference

UIQuery members

Microsoft.Web.CommandUI namespace