InstanceView.InstanceKeys Eigenschaft

Definition

Ruft die Instanzschlüssel als Wörterbuch mit Instanzenschlü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 mit Instanzenschlüsselbezeichnern und den zugehörigen Instanzen-Schlüsselansichtsobjekten.

Gilt für: