次の方法で共有


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 オブジェクトのコレクション。

適用対象