次の方法で共有


CastingDevicePickerFilter.SupportedCastingSources プロパティ

定義

サポートされているキャスト ソースを取得します。

public:
 property IVector<CastingSource ^> ^ SupportedCastingSources { IVector<CastingSource ^> ^ get(); };
IVector<CastingSource> SupportedCastingSources();
public IList<CastingSource> SupportedCastingSources { get; }
var iVector = castingDevicePickerFilter.supportedCastingSources;
Public ReadOnly Property SupportedCastingSources As IList(Of CastingSource)

プロパティ値

サポートされているキャスト ソースの一覧。

適用対象