WebPartGalleryXmlItemBase 类
表示从 Web 部件 XML 加载WebPart 。
继承层次结构
System.Object
Microsoft.SharePoint.WebPartPages.WebPartGalleryItem
Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase
Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public MustInherit Class WebPartGalleryXmlItemBase _
Inherits WebPartGalleryItemBase
用法
Dim instance As WebPartGalleryXmlItemBase
public abstract class WebPartGalleryXmlItemBase : WebPartGalleryItemBase
备注
此抽象类简化了通过提供可分析 Web 部件 XML 文档 (.dwp 或.webpart) 提供的大多数WebPartGalleryItemBase属性的默认实现的方法实现WebPartGalleryItem的任务。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。