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

A property tag both identifies a property and gives the data type its value.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropertyId ushort
PropertyType ushort

공개 메소드들

메소드 설명
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

PropertyTag ( ushort propertyId, ushort propertyType ) : System

Initializes a new instance of the PropertyTag structure.

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

메소드 상세

Deserialize() 공개 메소드

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
리턴 int

PropertyTag() 공개 메소드

Initializes a new instance of the PropertyTag structure.
public PropertyTag ( ushort propertyId, ushort propertyType ) : System
propertyId ushort Property id
propertyType ushort Property type
리턴 System

Serialize() 공개 메소드

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

Size() 공개 메소드

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

프로퍼티 상세

PropertyId 공개적으로 프로퍼티

A 16-bit unsigned integer that identifies the property.
public ushort PropertyId
리턴 ushort

PropertyType 공개적으로 프로퍼티

16-bit unsigned integer that identifies the data type of the property value.
public ushort PropertyType
리턴 ushort