WebPart.AddParsedSubObject method
用以處理網頁組件 XML 的靜態網頁組件。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overrides Sub AddParsedSubObject ( _
obj As Object _
)
'用途
Dim obj As Object
Me.AddParsedSubObject(obj)
protected override void AddParsedSubObject(
Object obj
)
參數
obj
Type: System.ObjectSystem.Object代表剖析的項目。