CastingDevicePickerFilter.SupportedCastingSources Property

Definition

Gets the casting sources supported.

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)

Property Value

The list of supported casting sources.

Applies to