InstanceView.InstanceKeys Vlastnost

Definice

Získá klíče instance jako slovník identifikátorů klíčů instance a přidružených InstanceKeyView objektů.

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)

Hodnota vlastnosti

Slovník identifikátorů klíčů instance a jejich přidružených objektů zobrazení klíčů instance.

Platí pro