Style.AddParsedSubObject(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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呼叫 時屬性不是 null
,AddParsedSubObject則會擲回 Exception 。