NSSpellChecker.GetLanguage 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
GetLanguage() | |
GetLanguage(NSRange, String, NSOrthography) |
GetLanguage()
[Foundation.Export("language")]
protected virtual string GetLanguage ();
abstract member GetLanguage : unit -> string
override this.GetLanguage : unit -> string
Retours
- Attributs
S’applique à
GetLanguage(NSRange, String, NSOrthography)
[Foundation.Export("languageForWordRange:inString:orthography:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string GetLanguage (Foundation.NSRange forWordRange, string inString, Foundation.NSOrthography orthography);
abstract member GetLanguage : Foundation.NSRange * string * Foundation.NSOrthography -> string
override this.GetLanguage : Foundation.NSRange * string * Foundation.NSOrthography -> string
Paramètres
- forWordRange
- NSRange
- inString
- String
- orthography
- NSOrthography
Retours
- Attributs