Style.AddParsedSubObject(Object) 方法

定义

DeviceSpecific 属性设置为指定的对象。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

参数

o
Object

要设置为 DeviceSpecific 的值的对象。

例外

DeviceSpecific 属性不为 null

注解

方法AddParsedSubObject不支持多个DeviceSpecific对象,如果DeviceSpecific调用 时属性不nullAddParsedSubObject为 ,则引发 Exception

适用于

另请参阅