Share via


UITraitChangeObservable_Extensions Class

Definition

Extension methods to the IUITraitChangeObservable interface to support all the methods from the UITraitChangeObservable protocol.

public static class UITraitChangeObservable_Extensions
type UITraitChangeObservable_Extensions = class
Inheritance
UITraitChangeObservable_Extensions

Remarks

The extension methods for IUITraitChangeObservable interface allow developers to treat instances of the interface as having all the optional methods of the original UITraitChangeObservable protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Applies to