CUIDataSource 类

代表加载 XML 文档检索数据的子集,适用于 XML 替换或移除某些节点的自定义项的抽象类。

继承层次结构

System.Object
  Microsoft.Web.CommandUI.CUIDataSource

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

语法

声明
Public MustInherit Class CUIDataSource
用法
Dim instance As CUIDataSource
public abstract class CUIDataSource

备注

此类的子类可以实现ApplyExtensions()EnsureDocument()或**ApplyQuery()**的自定义用法。

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

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

CUIDataSource 成员

Microsoft.Web.CommandUI 命名空间