MonobjcMonobjc Documented Class Library
IsKeyInTable Method (key, table)
NamespacesMonobjc.AppKitNSPrinterIsKeyInTable(NSString, NSString)

Returns a Boolean value indicating whether the specified key is in the specified table.

Original signature is '- (BOOL)isKey:(NSString *)key inTable:(NSString *)table'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsKeyInTable(
	NSString key,
	NSString table
)
Public Overridable Function IsKeyInTable ( _
	key As NSString, _
	table As NSString _
) As Boolean
public:
virtual bool IsKeyInTable(
	NSString^ key, 
	NSString^ table
)
Parameters
key (NSString)
The key whose value you want.
table (NSString)
The name of a table from the printer's PPD file.
Return Value
YES if the key is in the table; otherwise, NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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