ShareWindowCommandEventArgs.WindowId Property

Definition

Gets or sets the window identifier associated with the window sharing command. Your communications app can use this identifier to capture window contents, and share in an app-specific way.

public:
 property WindowId WindowId { WindowId get(); };
WindowId WindowId();
public WindowId WindowId { get; }
var windowId = shareWindowCommandEventArgs.windowId;
Public ReadOnly Property WindowId As WindowId

Property Value

A WindowId representing the window identifier associated with the window sharing command.

Applies to

See also