DisplayMuxDevice.CurrentTarget 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.
public:
property DisplayTarget ^ CurrentTarget { DisplayTarget ^ get(); };
DisplayTarget CurrentTarget();
public DisplayTarget CurrentTarget { get; }
var displayTarget = displayMuxDevice.currentTarget;
Public ReadOnly Property CurrentTarget As DisplayTarget