InstanceView.InstanceKeys プロパティ

定義

インスタンス キーの識別子と関連付けられた InstanceKeyView オブジェクトとして、インスタンス キーを取得します。

public:
 property System::Collections::Generic::IDictionary<Guid, System::Runtime::DurableInstancing::InstanceKeyView ^> ^ InstanceKeys { System::Collections::Generic::IDictionary<Guid, System::Runtime::DurableInstancing::InstanceKeyView ^> ^ get(); };
public System.Collections.Generic.IDictionary<Guid,System.Runtime.DurableInstancing.InstanceKeyView> InstanceKeys { get; }
member this.InstanceKeys : System.Collections.Generic.IDictionary<Guid, System.Runtime.DurableInstancing.InstanceKeyView>
Public ReadOnly Property InstanceKeys As IDictionary(Of Guid, InstanceKeyView)

プロパティ値

インスタンス キーの識別子とそれに関連付けられたインスタンス キーのビュー オブジェクトのディクショナリ。

適用対象