C# Class Microsoft.Protocols.TestSuites.Common.PropertyName

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
Guid byte[]
Kind byte
LID uint?
Name byte[]
NameSize byte?

Méthodes publiques

Méthode Description
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.

Method Details

Deserialize() public méthode

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.
Résultat int

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the size of this structure.
public Size ( ) : int
Résultat int

Property Details

Guid public_oe property

The GUID that identifies the property set for the named property.
public byte[] Guid
Résultat byte[]

Kind public_oe property

The possible values are listed in [MS-OXCDATA] 2.6.1.
public byte Kind
Résultat byte

LID public_oe property

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

Name public_oe property

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
Résultat byte[]

NameSize public_oe property

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