WebPartGalleryXmlItemBase class
表示從 Web 組件 XML 載入WebPart 。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.WebPartPages.WebPartGalleryItem
Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase
Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustInherit Class WebPartGalleryXmlItemBase _
Inherits WebPartGalleryItemBase
'用途
Dim instance As WebPartGalleryXmlItemBase
public abstract class WebPartGalleryXmlItemBase : WebPartGalleryItemBase
備註
這個抽象類別會簡化藉由提供 (.dwp 或.webpart),以提供大部分的WebPartGalleryItemBase屬性的預設實作的 Web 組件的 XML 文件內可剖析的方法實作WebPartGalleryItem的工作。
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.