Share via


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)

속성 값

인스턴스 키 식별자와 이러한 식별자에 연결된 인스턴스 키 뷰 개체의 사전입니다.

적용 대상