MACaptionAppearance.DidDisplayCaptions Method

Definition

Overloads

Name Description
DidDisplayCaptions(NSAttributedString[])

Notifies the system that the specified captions were displayed.

DidDisplayCaptions(String[])

Notifies the system that the specified captions were displayed.

DidDisplayCaptions(NSAttributedString[])

Notifies the system that the specified captions were displayed.

public static void DidDisplayCaptions(Foundation.NSAttributedString[] strings);
public static void DidDisplayCaptions(Foundation.NSAttributedString[]? strings);
static member DidDisplayCaptions : Foundation.NSAttributedString[] -> unit

Parameters

strings
NSAttributedString[]

The captions that were displayed, or null or an empty array if no captions were displayed.

Applies to

DidDisplayCaptions(String[])

Notifies the system that the specified captions were displayed.

public static void DidDisplayCaptions(string[] strings);
public static void DidDisplayCaptions(string[]? strings);
static member DidDisplayCaptions : string[] -> unit

Parameters

strings
String[]

The captions that were displayed, or null or an empty array if no captions were displayed.

Applies to