'宣言 Public Function IndexOf( _ ByVal element As SvgElement _ ) As System.Integer
public System.int IndexOf( SvgElement element )
パラメータ
- element
- The element to locate.
戻り値の型
The zero-based index of the element, if found; otherwise, -1.
'宣言 Public Function IndexOf( _ ByVal element As SvgElement _ ) As System.Integer
public System.int IndexOf( SvgElement element )