共用方式為


Style.AddParsedSubObject(Object) 方法

定義

DeviceSpecific 屬性設定為指定的物件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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)

參數

o
Object

要設定為 DeviceSpecific 之值的物件。

例外狀況

DeviceSpecific 屬性不是 null

備註

方法AddParsedSubObject不支援多個DeviceSpecific物件,如果DeviceSpecific呼叫 時屬性不是 nullAddParsedSubObject則會擲回 Exception

適用於

另請參閱