WindowTabTearOutRequestedEventArgs.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 identifier for the new window that the tab is moved to.
public:
property unsigned long long WindowId { unsigned long long get(); void set(unsigned long long value); };
uint64_t WindowId();
void WindowId(uint64_t value);
public ulong WindowId { get; set; }
var uInt64 = windowTabTearOutRequestedEventArgs.windowId;
windowTabTearOutRequestedEventArgs.windowId = uInt64;
Public Property WindowId As ULong
Property Value
The identifier for the new window that the tab is moved to.
Remarks
Important
This API is for Win32 desktop apps only. UWP and other app types are not supported.