ListItem::IParserAccessor::AddParsedSubObject Method (Object^)

 

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.

Namespace:   System.Web.UI.WebControls
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

obj is a DataBoundLiteralControl.

- or -

obj is not a LiteralControl.

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
Return to top
Show: