PlayToReceiver.SupportsImage 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 or sets a value that indicates whether the Play To target supports images.
public:
property bool SupportsImage { bool get(); void set(bool value); };
bool SupportsImage();
void SupportsImage(bool value);
public bool SupportsImage { get; set; }
var boolean = playToReceiver.supportsImage;
playToReceiver.supportsImage = boolean;
Public Property SupportsImage As Boolean
Property Value
Boolean
bool
True if the Play To target supports images; otherwise false.
Windows requirements
App capabilities |
privateNetworkClientServer
|