ListItem::IParserAccessor::AddParsedSubObject Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Allows the Text property to be persisted as inner content.
Assembly: System.Web (in System.Web.dll)
private: virtual void AddParsedSubObject( Object^ obj ) sealed = IParserAccessor::AddParsedSubObject
Parameters
- obj
-
Type:
System::Object^
The specified object that is parsed.
| Exception | Condition |
|---|---|
| HttpException |
This member is an explicit interface member implementation. It can be used only when the ListItem instance is cast to an IParserAccessor interface.
.NET Framework
Available since 1.1
Available since 1.1
IParserAccessor::AddParsedSubObject
ListControl
RadioButtonList
ListBox
DropDownList
CheckBoxList
ListItem Class
System.Web.UI.WebControls Namespace
ListBox Web Server Control Overview
RadioButton and RadioButtonList Web Server Controls Overview
CheckBox and CheckBoxList Web Server Controls Overview
BulletedList Web Server Control Overview
DropDownList Web Server Control Overview
Show: