C# Class AddressBook.ABMultiValue

Datei anzeigen Open project: xamarin/xamarin-macios Class Usage Examples

Private Methods

Method Description
AddValueAndLabel ( IntPtr multiValue, IntPtr value, IntPtr label, int &outIdentifier ) : bool
CopyArrayOfAllValues ( IntPtr multiValue ) : IntPtr
CopyLabelAtIndex ( IntPtr multiValue, nint index ) : IntPtr
CopyValueAtIndex ( IntPtr multiValue, nint index ) : IntPtr
CreateMutable ( ABPropertyType type ) : IntPtr
CreateMutableCopy ( IntPtr multiValue ) : IntPtr
GetCount ( IntPtr multiValue ) : nint
GetFirstIndexOfValue ( IntPtr multiValue, IntPtr value ) : nint
GetIdentifierAtIndex ( IntPtr multiValue, nint index ) : int
GetIndexForIdentifier ( IntPtr multiValue, int identifier ) : nint
GetPropertyType ( IntPtr multiValue ) : ABPropertyType
InsertValueAndLabelAtIndex ( IntPtr multiValue, IntPtr value, IntPtr label, nint index, int &outIdentifier ) : bool
RemoveValueAndLabelAtIndex ( IntPtr multiValue, nint index ) : bool
ReplaceLabelAtIndex ( IntPtr multiValue, IntPtr value, nint index ) : bool
ReplaceValueAtIndex ( IntPtr multiValue, IntPtr value, nint index ) : bool