Style.AddParsedSubObject(Object) Method

Definition

Sets the DeviceSpecific property to the specified object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 void AddParsedSubObject(System::Object ^ o);
protected void AddParsedSubObject (object o);
member this.AddParsedSubObject : obj -> unit
Protected Sub AddParsedSubObject (o As Object)

Parameters

o
Object

The object to be set as the value of DeviceSpecific.

Exceptions

The DeviceSpecific property is not null.

Remarks

The AddParsedSubObject method does not support multiple DeviceSpecific objects and will throw an Exception if the DeviceSpecific property is not null when AddParsedSubObject is called.

Applies to

See also