Style.AddParsedSubObject(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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调用 时属性不null
AddParsedSubObject为 ,则引发 Exception 。