PropertyCollection クラス

定義

ツイン プロパティのコレクション。

public abstract class PropertyCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type PropertyCollection = class
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public MustInherit Class PropertyCollection
Implements IEnumerable(Of KeyValuePair(Of String, Object))
継承
PropertyCollection
派生
実装

注釈

この抽象クラスは、 によって ReportedProperties 継承され、クライアントによって報告されるツイン プロパティのコレクションを表します。 この抽象クラスは、 によって DesiredProperties 継承され、サービスから受信した目的のプロパティ更新要求のコレクションを表します。

コンストラクター

PropertyCollection(Dictionary<String,Object>, Boolean)

このクラスのインスタンスを作成します。

プロパティ

PayloadConvention

特定のシリアライザーとペイロードの特定のコンテンツ エンコードを定義するペイロード規則。

Version

クライアント ツインプロパティのバージョン。

メソッド

GetEnumerator()

ツイン プロパティのコレクション。

GetSerializedString()

シリアル化された文字列としてのクライアント ツインのプロパティ。

TryGetValue<T>(String, T)

報告されたプロパティ コレクション内の に propertyKey 関連付けられている値を取得します。

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

IEnumerable.GetEnumerator()

ツイン プロパティのコレクション。

適用対象