言語

XmlTextReader.MoveToAttribute メソッド

定義

オーバーロード

MoveToAttribute(Int32)

public override void MoveToAttribute(int i);
override this.MoveToAttribute : int -> unit
Public Overrides Sub MoveToAttribute (i As Integer)

パラメーター

i
Int32

適用対象

MoveToAttribute(String)

public override bool MoveToAttribute(string name);
override this.MoveToAttribute : string -> bool
Public Overrides Function MoveToAttribute (name As String) As Boolean

パラメーター

name
String

返品

適用対象

MoveToAttribute(String, String)

public override bool MoveToAttribute(string localName, string namespaceURI);
override this.MoveToAttribute : string * string -> bool
Public Overrides Function MoveToAttribute (localName As String, namespaceURI As String) As Boolean

パラメーター

localName
String
namespaceURI
String

返品

適用対象