Selector.Handle Property

Definition

Handle (pointer) to the unmanaged selector representation.

public IntPtr Handle { get; }
member this.Handle : nativeint

Property Value

IntPtr

nativeint

A pointer to the unmanaged selector representation.

Implements

Remarks

This IntPtr is the handle to the underlying unmanaged representation for this selector.

Applies to