言語

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

返品

適用対象