Share via


WindowTabTearOutRequestedEventArgs.WindowId Property

Definition

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

UInt64

unsigned long long

uint64_t

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.

Applies to

See also