CastingDevicePickerFilter.SupportsPictures プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイス ピッカーのデバイスが静止画像の表示をサポートするかどうかを取得および設定します。
public:
property bool SupportsPictures { bool get(); void set(bool value); };
bool SupportsPictures();
void SupportsPictures(bool value);
public bool SupportsPictures { get; set; }
var boolean = castingDevicePickerFilter.supportsPictures;
castingDevicePickerFilter.supportsPictures = boolean;
Public Property SupportsPictures As Boolean
プロパティ値
Boolean
bool
true の場合、ピッカーには、静止画像をレンダリングできるキャスト デバイスが表示されます。