MonobjcMonobjc Documented Class Library
AddPropertiesAndTypes Method (properties)
NamespacesMonobjc.AddressBookABGroupAddPropertiesAndTypes(NSDictionary)

Adds the given properties to all records of this type in the Address Book database.

Original signature is '+ (NSInteger)addPropertiesAndTypes:(NSDictionary *)properties'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSInteger AddPropertiesAndTypes(
	NSDictionary properties
)
Public Shared Function AddPropertiesAndTypes ( _
	properties As NSDictionary _
) As NSInteger
public:
static NSInteger AddPropertiesAndTypes(
	NSDictionary^ properties
)
Parameters
properties (NSDictionary)
A dictionary of properties to be added and their types.
Return Value
The number of properties successfully added.
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.AddressBook (Module: Monobjc.AddressBook)