WebPartZone.AddParsedSubObject 方法
防止分析的元素添加到WebPartZoneControlCollection 。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides NotOverridable Sub AddParsedSubObject ( _
obj As Object _
)
用法
Dim obj As Object
Me.AddParsedSubObject(obj)
protected override sealed void AddParsedSubObject(
Object obj
)
参数
obj
类型:System.Object已分析的元素。
备注
如果obj不是LiteralControl或其Text属性不为空,则此重写会引发WebPartPageUserException() 。