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)

属性值

一个实例键标识符及其关联实例键视图对象的字典。

适用于