Interface INonElementParentNode

Interface INonElementParentNode

Nazwa przestrzeń: Aspose.Svg.Dom Zgromadzenie: Aspose.SVG.dll (25.5.0)

Definuje Aspose.Svg.Dom.IParentNode, które nie są typem elementu.

[ComVisible(true)]
[DOMNoInterfaceObject]
public interface INonElementParentNode

Methods

GetElementById(strumień)

Powraca pierwszy element wewnątrz potomków węzłów, których identyfikatorem jest elementId.

[DOMNullable]
[DOMName("getElementById")]
Element GetElementById(string elementId)

Parameters

elementId string

To element identyfikacyjny.

Returns

Element

Wróć do pierwszego elementu.

 Polski