다음을 통해 공유


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)

속성 값

지원되는 캐스팅 원본 목록입니다.

적용 대상