バージョン

GetAttributeIndex メソッド (XPathDataNavigable)

属性のインデックスを取得します。
シンタックス
'宣言
 
Public Overridable Function GetAttributeIndex( _
   ByVal name As String _
) As Integer
public virtual int GetAttributeIndex( 
   string name
)

パラメータ

name
属性の名前。

戻り値の型

属性のインデックス。このような名前の属性がない場合は -1。
参照