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)

属性值

支持的强制转换源的列表。

适用于