AppBroadcastServices.CaptureTargetType 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 specifies the type of capture target to be used for broadcast.
public:
property AppBroadcastCaptureTargetType CaptureTargetType { AppBroadcastCaptureTargetType get(); void set(AppBroadcastCaptureTargetType value); };
AppBroadcastCaptureTargetType CaptureTargetType();
void CaptureTargetType(AppBroadcastCaptureTargetType value);
public AppBroadcastCaptureTargetType CaptureTargetType { get; set; }
var appBroadcastCaptureTargetType = appBroadcastServices.captureTargetType;
appBroadcastServices.captureTargetType = appBroadcastCaptureTargetType;
Public Property CaptureTargetType As AppBroadcastCaptureTargetType
Property Value
A value that specifies the type of capture target to be used for broadcast.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|