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)

屬性值

包含執行個體索引鍵識別碼及其相關聯執行個體索引鍵檢視物件的字典。

適用於