次の方法で共有


QueueResultSegment.Results プロパティ

定義

CloudQueue の結果の列挙可能なコレクションを取得します。

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Queue.CloudQueue> Results { get; }
member this.Results : seq<Microsoft.Azure.Storage.Queue.CloudQueue>
Public ReadOnly Property Results As IEnumerable(Of CloudQueue)

プロパティ値

CloudQueue オブジェクトの列挙可能なコレクションです。

適用対象