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

The WStringArray_r structure encodes an array of references to Unicode 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 WStringArray_r.

Method Details

Serialize() public méthode

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

Property Details

CValues public_oe property

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