DOMImplementationLS.ModeAsynchronous フィールド

定義

注意事項

Use 'Org.W3c.Dom.LS.IDOMImplementationLS.ModeAsynchronous'. This class will be removed in a future release.

非同期 LSParserを作成します。

[Android.Runtime.Register("MODE_ASYNCHRONOUS")]
[System.Obsolete("Use 'Org.W3c.Dom.LS.IDOMImplementationLS.ModeAsynchronous'. This class will be removed in a future release.")]
public const short ModeAsynchronous = 2;
[<Android.Runtime.Register("MODE_ASYNCHRONOUS")>]
[<System.Obsolete("Use 'Org.W3c.Dom.LS.IDOMImplementationLS.ModeAsynchronous'. This class will be removed in a future release.")>]
val mutable ModeAsynchronous : int16

フィールド値

Value = 2
属性

注釈

非同期 LSParserを作成します。

の Java ドキュメント org.w3c.dom.ls.DOMImplementationLS.MODE_ASYNCHRONOUS

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象