Class Target
Class Target
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)
クラスは、エラーが見つかったhtmlまたはcss要素の項目を含みます。
[ComVisible(true)]
public class Target
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
プロパティ
Item
htmlまたはcss要素のオブジェクトを返します。
public object Item { get; }
プロパティの値
TargetType
含まれているオブジェクトのタイプを返します。
public TargetTypes TargetType { get; }