Instance Method インスタンスメソッド

setCustomPronoun:forLanguage:error:

Sets a custom pronoun behavior for this morphology to apply to the given language. あるあつらえの代名詞挙動をこの語形論のために設定して、その与えられた言語に適用します。

Declaration 宣言

- (BOOL)setCustomPronoun:(NSMorphologyCustomPronoun *)features 
             forLanguage:(NSString *)language 
                   error:(NSError * _Nullable *)error;

Parameters パラメータ

features

A NSMorphologyCustomPronoun instance for the morphology to use. 使用するこの語形論用のNSMorphologyCustomPronounインスタンス。

language

The language the morphology applies the custom pronoun to. この語形論がそれへとあつらえの代名詞を適用する言語。

error

On return, any error encountered while setting the custom pronoun, or nil if no error occurred. 戻りでは、あつらえの代名詞を設定する間に発生した何らかのエラー、またはnil、もしエラーが発生しなかったならば。

Return Value 戻り値

A Boolean value that indicates whether setting the custom pronoun succeeded. あるブール値、それはあつらえの代名詞を設定することが成功したかどうかを指し示します。

Discussion 議論

This method throws if the system doesn’t support custom pronouns for the given language, or if any of the required pronoun keys aren’t set. このメソッドは、システムがあつらえの代名詞をこの与えられた言語に対してサポートしないならば、または何らかの必須代名詞キーが設定されないならばスローします。

See Also 参照

Accessing Per-Language Features 言語毎機能にアクセスする

Related Documentation 関連文書