Class AccessibleTextRangeUnownedHandle
public class AccessibleTextRangeUnownedHandle : AccessibleTextRangeHandle, IDisposable
- Inheritance
-
AccessibleTextRangeUnownedHandle
- Implements
- Inherited Members
Constructors
AccessibleTextRangeUnownedHandle(nint)
Creates a new instance of AccessibleTextRangeOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public AccessibleTextRangeUnownedHandle(nint ptr)
Parameters
ptr
nint
Properties
NullHandle
public static AccessibleTextRangeUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public AccessibleTextRangeOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()