C# 클래스 Microsoft.Protocols.TestSuites.MS_OXORULE.NamedPropertyInfo

The Named Property Information Format provides context to any named property tags which are present in the structure it precedes. For every distinct (unique) named property used in the structure it precedes, the Named Property Information structure MUST contain one PropId-NamedProperty pair. Each PropId field is a property ID that MUST have a value of 0x8000 or greater and uniquely identifies the named property within an extended rule.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( byte buffer ) : uint

Deserialized byte array to an ActionData instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ActionData

메소드 상세

Deserialize() 공개 메소드

Deserialized byte array to an ActionData instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionData instance.
리턴 uint

Serialize() 공개 메소드

Get serialized byte array for this struct
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Get the total Size of ActionData
public Size ( ) : int
리턴 int