Class DOMObject

Class DOMObject

名称: Aspose.Html.Dom セットアップ: Aspose.HTML.dll (25.4.0)

DOMObject タイプは、ドキュメント オブジェクト モデル全体のベース オブジェクトを表すために使用されます。Java と ECMAScript の場合、DOMObject は Object タイプに接続されます。

[ComVisible(true)]
public class DOMObject : INotifyPropertyChanged

Inheritance

object DOMObject

Derived

ArrayBuffer , CSSValue , Counter , DOMTokenList , Event , EventTarget , HTMLCollection , Location , MutationObserver , MutationRecord , NamedNodeMap , NodeFilter , NodeList , Path2D , RGBColor , Rect , SVGValueType , TypeInfo , TypedArray , Url

Implements

INotifyPropertyChanged

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ホームオブジェクト()

public DOMObject()

Methods

GetPlatformType()

この方法は、ECMAScript オブジェクト System.Type を取得するために使用されます。

public virtual Type GetPlatformType()

Returns

Type

ECMAScript オブジェクト System.Type

 日本語