MACaptionAppearance.DidDisplayCaptions Method
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.
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.