C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.LongArray_r

The LongArray_r structure encodes an array of 32-bit integers.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
CValues uint

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

This method is used for serializing the LongArray_r.

Method Details

Serialize() public méthode

This method is used for serializing the LongArray_r.
public Serialize ( ) : byte[]
Résultat byte[]

Property Details

CValues public_oe property

The number of 32-bit integers represented in this structure. This value MUST NOT exceed 100,000.
public uint CValues
Résultat uint