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

The StringArray_r structure encodes an array of references to 8-bit character strings.
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 StringArray_r.

Method Details

Serialize() public méthode

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

Property Details

CValues public_oe property

The number of 8-bit character string references represented in the StringArray_r structure. This value MUST NOT exceed 100,000.
public uint CValues
Résultat uint