InstanceView.InstanceKeys Tulajdonság

Definíció

Lekéri a példánykulcsokat a példánykulcs-azonosítók és a kapcsolódó InstanceKeyView objektumok szótáraként.

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)

Tulajdonság értéke

A példánykulcs-azonosítók és a hozzájuk tartozó példánykulcs-nézetobjektumok szótára.

A következőre érvényes: