Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Microsoft
Protocols
TestSuites
MS_OXORULE
StringArray_r
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.StringArray_r
The StringArray_r structure encodes an array of references to 8-bit character strings.
Exibir arquivo
Open project: OfficeDev/Interop-TestSuites
Class Usage Examples
Public Properties
Property
Type
Description
CValues
uint
Public Methods
Method
Description
Serialize
( ) :
byte[]
This method is used for serializing the StringArray_r.
Method Details
Serialize()
public
method
This method is used for serializing the StringArray_r.
public
Serialize
( ) :
byte[]
return
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
return
uint