XmlTextReader.GetAttribute 方法

定義

多載

GetAttribute(String, String)

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

參數

localName
String
namespaceURI
String

傳回

適用於

GetAttribute(String)

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

參數

name
String

傳回

適用於

GetAttribute(Int32)

public override string GetAttribute(int i);
override this.GetAttribute : int -> string
Public Overrides Function GetAttribute (i As Integer) As String

參數

i
Int32

傳回

適用於