InstanceView.InstanceKeys 属性

定义

获取实例键作为实例键标识符和关联 InstanceKeyView 对象的字典。Gets the instance keys as a dictionary of instance key identifiers and associated InstanceKeyView objects.

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)

属性值

IDictionary<Guid,InstanceKeyView>

一个实例键标识符及其关联实例键视图对象的字典。A dictionary of instance key identifiers and their associated instance key view objects.

适用于