C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookTypedPropertyValue

PropertyValueNode with both property Type and property value
상속: AddressBookPropertyValue
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( Context context ) : void

Parse bytes in context into TypedPropertyValueNode

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the Size of this struct.

메소드 상세

Parse() 공개 메소드

Parse bytes in context into TypedPropertyValueNode
public Parse ( Context context ) : void
context Context The value of Context
리턴 void

Serialize() 공개 메소드

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Return the Size of this struct.
public Size ( ) : int
리턴 int