Share via


NSAlertDelegate_Extensions Class

Definition

Extension methods to the INSAlertDelegate interface to support all the methods from the NSAlertDelegate protocol.

public static class NSAlertDelegate_Extensions
type NSAlertDelegate_Extensions = class
Inheritance
NSAlertDelegate_Extensions

Remarks

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

Methods

Name Description
ShowHelp(INSAlertDelegate, NSAlert)

Applies to