ShareWindowCommandEventArgs.WindowId 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 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.