InstanceView.InstanceKeys Eigenschaft

Definition

Ruft die Instanzschlüssel als Wörterbuch von Instanzschlüsselbezeichnern und zugeordneten InstanceKeyView-Objekten ab.

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)

Eigenschaftswert

Ein Wörterbuch von Instanzschlüsselbezeichnern und ihren zugeordneten Instanzschlüsselansichtsobjekten.

Gilt für: