Instance Property インスタンスプロパティ

prefix

Returns the prefix of the receiver’s name. レシーバのもつ名前の接頭辞を返します。

Declaration 宣言

@property(nullable, readonly, copy) NSString *prefix;

Return Value 戻り値

A string containing the receiver’s prefix. This method returns an empty string if the receiver’s name is not qualified by a namespace. レシーバのもつ接頭辞を含んでいる文字列。このメソッドは、空の文字列を返します、もしレシーバの持つ名前が名前空間によって修飾されないならば。

Discussion 議論

The prefix is the part of a namespace-qualified name that precedes the colon. For example, “acme” is the prefix in the qualified name “acme:chapter”. 接頭辞は、名前空間修飾名の一部です、それはコロンの前に置かれます。例えば、“acme” は、修飾名 “acme:chapter” の接頭辞です。

See Also 参照

Managing Namespaces 名前空間を管理する