Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
Protocols
TestSuites
MS_OXORULE
ShortArray_r
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.ShortArray_r
The ShortArray_r structure encodes an array of 16-bit integers.
显示文件
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 ShortArray_r.
Method Details
Serialize()
public
method
This method is used for serializing the ShortArray_r.
public
Serialize
( ) :
byte[]
return
byte[]
Property Details
CValues
public_oe property
The number of 16-bit integer values represented in the ShortArray_r structure. This value MUST NOT exceed 100,000.
public
uint
CValues
return
uint