你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DimensionKey.GetEnumerator 方法

定义

返回一个枚举器,该枚举器循环访问此维度键的维度。

public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, String))

返回

可用于循环访问此维度键的维度的枚举器。

实现

适用于