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

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

공개 프로퍼티들

프로퍼티 타입 설명
Guid byte[]
Kind byte
LID uint?
Name byte[]
NameSize byte?

공개 메소드들

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

Deserialize the ROP response buffer.

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

Serialize() 공개 메소드

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

Size() 공개 메소드

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

프로퍼티 상세

Guid 공개적으로 프로퍼티

The GUID that identifies the property set for the named property.
public byte[] Guid
리턴 byte[]

Kind 공개적으로 프로퍼티

The possible values are listed in [MS-OXCDATA] 2.6.1.
public byte Kind
리턴 byte

LID 공개적으로 프로퍼티

Present only if Kind = 0x00. An unsigned 32-bit integer that identifies the named property within its property set.
public uint? LID
리턴 uint?

Name 공개적으로 프로퍼티

Present only if Kind = 0x01. A Unicode (UTF-16) string, followed by two zero bytes as a null terminator, that identifies the property within its property set.
public byte[] Name
리턴 byte[]

NameSize 공개적으로 프로퍼티

Present only if Kind = 0x01. A single byte giving the number of bytes in the Name string that follows it.
public byte? NameSize
리턴 byte?