Contacts.Phones.GetDisplayLabelFormatted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetDisplayLabelFormatted(Context, ContactPhoneColumn, ICharSequence) |
Obsolete.
This member is deprecated. |
GetDisplayLabelFormatted(Context, ContactPhoneColumn, ICharSequence, ICharSequence[]) |
Obsolete.
This member is deprecated. |
GetDisplayLabelFormatted(Context, ContactPhoneColumn, ICharSequence)
Caution
deprecated
This member is deprecated.
[Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;ILjava/lang/CharSequence;)Ljava/lang/CharSequence;", "")]
[System.Obsolete("deprecated")]
public static Java.Lang.ICharSequence? GetDisplayLabelFormatted (Android.Content.Context? context, Android.Provider.ContactPhoneColumn type, Java.Lang.ICharSequence? label);
[<Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;ILjava/lang/CharSequence;)Ljava/lang/CharSequence;", "")>]
[<System.Obsolete("deprecated")>]
static member GetDisplayLabelFormatted : Android.Content.Context * Android.Provider.ContactPhoneColumn * Java.Lang.ICharSequence -> Java.Lang.ICharSequence
Parameters
- context
- Context
- type
- ContactPhoneColumn
- label
- ICharSequence
Returns
- Attributes
Remarks
This member is deprecated. see android.provider.ContactsContract
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GetDisplayLabelFormatted(Context, ContactPhoneColumn, ICharSequence, ICharSequence[])
Caution
deprecated
This member is deprecated.
[Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;ILjava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")]
[System.Obsolete("deprecated")]
public static Java.Lang.ICharSequence? GetDisplayLabelFormatted (Android.Content.Context? context, Android.Provider.ContactPhoneColumn type, Java.Lang.ICharSequence? label, Java.Lang.ICharSequence[]? labelArray);
[<Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;ILjava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")>]
[<System.Obsolete("deprecated")>]
static member GetDisplayLabelFormatted : Android.Content.Context * Android.Provider.ContactPhoneColumn * Java.Lang.ICharSequence * Java.Lang.ICharSequence[] -> Java.Lang.ICharSequence
Parameters
- context
- Context
- type
- ContactPhoneColumn
- label
- ICharSequence
- labelArray
- ICharSequence[]
Returns
- Attributes
Remarks
This member is deprecated. see android.provider.ContactsContract
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.