次の方法で共有


DimensionKey クラス

定義

DimensionGroupIdentity。

public class DimensionKey : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
type DimensionKey = class
    interface seq<KeyValuePair<string, string>>
    interface IEnumerable
Public Class DimensionKey
Implements IEnumerable(Of KeyValuePair(Of String, String))
継承
DimensionKey
実装

コンストラクター

DimensionKey(IEnumerable<KeyValuePair<String,String>>)

DimensionKey クラスの新しいインスタンスを初期化します。

メソッド

Contains(String)

このディメンション キーに、指定した名前のディメンションが含まれているかどうかを判断します。

GetEnumerator()

このディメンション キーのディメンションを反復処理する列挙子を返します。

TryGetValue(String, String)

指定したディメンションに関連付けられている値を取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

このディメンション キーのディメンションを反復処理する列挙子を返します。

適用対象