C# 클래스 SurfaceBluetooth.ObexContactItem

Represents a vCard contact item.
상속: ObexItem
파일 보기 프로젝트 열기: smalice/SurfaceWPFApp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EmailAddressProperty System.Windows.DependencyProperty
FirstNameProperty System.Windows.DependencyProperty
FullNameProperty System.Windows.DependencyProperty
LastNameProperty System.Windows.DependencyProperty
MobileTelephoneNumberProperty System.Windows.DependencyProperty
PictureUriProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
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.

메소드 상세

ObexContactItem() 공개 메소드

public ObexContactItem ( ) : System
리턴 System

ToString() 공개 메소드

Returns the display name in the form Firstname Lastname.
public ToString ( ) : string
리턴 string

WriteToStream() 공개 메소드

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

프로퍼티 상세

EmailAddressProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows EmailAddressProperty
리턴 System.Windows.DependencyProperty

FirstNameProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows FirstNameProperty
리턴 System.Windows.DependencyProperty

FullNameProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows FullNameProperty
리턴 System.Windows.DependencyProperty

LastNameProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LastNameProperty
리턴 System.Windows.DependencyProperty

MobileTelephoneNumberProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MobileTelephoneNumberProperty
리턴 System.Windows.DependencyProperty

PictureUriProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PictureUriProperty
리턴 System.Windows.DependencyProperty