InstanceView.InstanceStoreQueryResults 属性

定义

获取对象的集合 InstanceStoreQueryResult 。 每次对关联的实例句柄执行命令时,集合会自动重置为空。

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)

属性值

InstanceStoreQueryResult 对象的集合。

适用于