CTFontDescriptor.GetLocalizedAttribute Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetLocalizedAttribute(NSString, NSString) |
Retourne un attribut qui a été localisé. |
GetLocalizedAttribute(NSString) |
Retourne un attribut qui a été localisé. |
GetLocalizedAttribute(NSString, NSString)
Retourne un attribut qui a été localisé.
public Foundation.NSObject GetLocalizedAttribute (Foundation.NSString attribute, out Foundation.NSString language);
member this.GetLocalizedAttribute : Foundation.NSString * -> Foundation.NSObject
Paramètres
- attribute
- NSString
NSString représentant un attribut CTFontDescriptor, l’une des clés dans CTFontDescriptorAttributeKey.
- language
- NSString
Lors de la sortie, le code de langue correspondant (le cas échéant).
Retours
Attribut en tant que NSObject ou null s’il n’est pas disponible.
S’applique à
GetLocalizedAttribute(NSString)
Retourne un attribut qui a été localisé.
public Foundation.NSObject GetLocalizedAttribute (Foundation.NSString attribute);
member this.GetLocalizedAttribute : Foundation.NSString -> Foundation.NSObject
Paramètres
- attribute
- NSString
NSString représentant un attribut CTFontDescriptor, l’une des clés dans CTFontDescriptorAttributeKey.
Retours
Attribut en tant que NSObject, ou null s’il n’est pas disponible.