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)

屬性值

支援的傳播來源清單。

適用於