C# 클래스 Microsoft.Protocols.TestSuites.Common.TaggedPropertyValue

상속: PropertyValue
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropertyTag PropertyTag

공개 메소드들

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

Parse bytes in context into TaggedPropertyValueNode

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the Size of this struct.

메소드 상세

Parse() 공개 메소드

Parse bytes in context into TaggedPropertyValueNode
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

프로퍼티 상세

PropertyTag 공개적으로 프로퍼티

PropertyTag structure giving the PropertyId and PropertyType for the property
public PropertyTag,Microsoft.Protocols.TestSuites.Common PropertyTag
리턴 PropertyTag