MonobjcMonobjc Documented Class Library
ShouldArchiveValueForKey Method (key)
NamespacesMonobjc.QuartzCoreCAEmitterCellShouldArchiveValueForKey(NSString)

Specifies whether the value of the property for a given key is archived.

Original signature is '- (BOOL)shouldArchiveValueForKey:(NSString *)key'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ShouldArchiveValueForKey(
	NSString key
)
Public Overridable Function ShouldArchiveValueForKey ( _
	key As NSString _
) As Boolean
public:
virtual bool ShouldArchiveValueForKey(
	NSString^ key
)
Parameters
key (NSString)
The name of one of the receiver’s properties.
Return Value
YES if the specified property should be archived, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)