UIMutableTraits Class
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.
This is a class that implements the interface IUIMutableTraits (for the protocol UIMutableTraits).
Subclass this class to easily create a type that implements the protocol.
An alternative is to create a subclass of NSObject and then implemented the interface IUIMutableTraits.
[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_iOS__UIKit_UIMutableTraits", false)]
public abstract class UIMutableTraits : Foundation.NSObject, IDisposable, UIKit.IUIMutableTraits
[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_MacCatalyst__UIKit_UIMutableTraits", false)]
public abstract class UIMutableTraits : Foundation.NSObject, IDisposable, UIKit.IUIMutableTraits
[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_tvOS__UIKit_UIMutableTraits", false)]
public abstract class UIMutableTraits : Foundation.NSObject, IDisposable, UIKit.IUIMutableTraits
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_iOS__UIKit_UIMutableTraits", false)>]
type UIMutableTraits = class
inherit NSObject
interface IUIMutableTraits
interface INativeObject
interface IDisposable
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_MacCatalyst__UIKit_UIMutableTraits", false)>]
type UIMutableTraits = class
inherit NSObject
interface IUIMutableTraits
interface INativeObject
interface IDisposable
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_tvOS__UIKit_UIMutableTraits", false)>]
type UIMutableTraits = class
inherit NSObject
interface IUIMutableTraits
interface INativeObject
interface IDisposable
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UIMutableTraits() |
Creates a new UIMutableTraits with default values. |
| UIMutableTraits(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIMutableTraits(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |