Partager via


InstanceView.InstanceStoreQueryResults Propriété

Définition

Obtient une collection d'objets InstanceStoreQueryResult. L’état vide de la collection est automatiquement rétabli chaque fois qu’une commande est exécutée sur le handle d’instance associé.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceStoreQueryResult ^> ^ InstanceStoreQueryResults { System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceStoreQueryResult ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceStoreQueryResult> InstanceStoreQueryResults { get; }
member this.InstanceStoreQueryResults : System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceStoreQueryResult>
Public ReadOnly Property InstanceStoreQueryResults As ReadOnlyCollection(Of InstanceStoreQueryResult)

Valeur de propriété

Collection d'objets InstanceStoreQueryResult.

S’applique à