次の方法で共有


OutputAssetCollection クラス

定義

public class OutputAssetCollection : System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.MediaServices.Client.IAsset>
type OutputAssetCollection = class
    interface seq<IAsset>
    interface IEnumerable
Public Class OutputAssetCollection
Implements IEnumerable(Of IAsset)
継承
OutputAssetCollection
実装

コンストラクター

OutputAssetCollection()

プロパティ

Count
IsReadOnly
Item[Int32]

メソッド

Add(IAsset)
AddNew(String)
AddNew(String, AssetCreationOptions)
AddNew(String, AssetCreationOptions, AssetFormatOption)
AddNew(String, String, AssetCreationOptions)
AddNew(String, String, AssetCreationOptions, AssetFormatOption)
GetEnumerator()

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象