C# Class SurfaceBluetooth.ObexContactItem

Represents a vCard contact item.
Inheritance: ObexItem
Afficher le fichier Open project: smalice/SurfaceWPFApp Class Usage Examples

Méthodes publiques

Свойство Type Description
EmailAddressProperty System.Windows.DependencyProperty
FirstNameProperty System.Windows.DependencyProperty
FullNameProperty System.Windows.DependencyProperty
LastNameProperty System.Windows.DependencyProperty
MobileTelephoneNumberProperty System.Windows.DependencyProperty
PictureUriProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ObexContactItem ( ) : System
ToString ( ) : string

Returns the display name in the form Firstname Lastname.

WriteToStream ( System s ) : void

Writes a vCard to the specified stream using the stored contact properties.

Method Details

ObexContactItem() public méthode

public ObexContactItem ( ) : System
Résultat System

ToString() public méthode

Returns the display name in the form Firstname Lastname.
public ToString ( ) : string
Résultat string

WriteToStream() public méthode

Writes a vCard to the specified stream using the stored contact properties.
public WriteToStream ( System s ) : void
s System A writable stream.
Résultat void

Property Details

EmailAddressProperty public_oe static_oe property

public static DependencyProperty,System.Windows EmailAddressProperty
Résultat System.Windows.DependencyProperty

FirstNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows FirstNameProperty
Résultat System.Windows.DependencyProperty

FullNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows FullNameProperty
Résultat System.Windows.DependencyProperty

LastNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows LastNameProperty
Résultat System.Windows.DependencyProperty

MobileTelephoneNumberProperty public_oe static_oe property

public static DependencyProperty,System.Windows MobileTelephoneNumberProperty
Résultat System.Windows.DependencyProperty

PictureUriProperty public_oe static_oe property

public static DependencyProperty,System.Windows PictureUriProperty
Résultat System.Windows.DependencyProperty