CastingDevicePickerFilter.SupportedCastingSources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.