Share via


XmlQueryRuntime.GetAtomizedName(Int32) 方法

定义

获取名称数组中指定索引处的原子化名称。

public:
 System::String ^ GetAtomizedName(int index);
public string GetAtomizedName (int index);
member this.GetAtomizedName : int -> string
Public Function GetAtomizedName (index As Integer) As String

参数

index
Int32

一个 int 类型的值。

返回

一个 string 类型的值。

适用于