WebPartGalleryItemBase.WebPartContent property
取得或設定內容提供這個WebPart的內嵌的 HTML。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Property WebPartContent As String
Get
Set
'用途
Dim instance As WebPartGalleryItemBase
Dim value As String
value = instance.WebPartContent
instance.WebPartContent = value
public override string WebPartContent { get; set; }
Property value
Type: System.String
內容提供這個WebPart的內嵌的 HTML。