MACaptionAppearance.GetProfileName(String) 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.
Get the human-readable name for a given profile identifier.
public static string? GetProfileName(string profileId);
static member GetProfileName : string -> string
Parameters
- profileId
- String
The profile identifier whose human-readable name to return.
Returns
The human-readable name for the specified profile identifier.