Type Method 型メソッド

isKeyExcludedFromWebScript:

Returns whether a key should be hidden from the scripting environment.

Declaration 宣言

+ (BOOL)isKeyExcludedFromWebScript:(const char *)name;

Parameters パラメータ

name

The name of the attribute.

Return Value 戻り値

YES if the attribute specified by name should be hidden from the scripting environment; otherwise, NO.

Discussion 解説

The default value is YES.

See Also 参照

Getting attributes