tagARRAYDESC Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds information about an array.
public value class tagARRAYDESC
struct tagARRAYDESC
[System.Runtime.InteropServices.ComConversionLoss]
public struct tagARRAYDESC
[<System.Runtime.InteropServices.ComConversionLoss>]
type tagARRAYDESC = struct
Public Structure tagARRAYDESC
- Inheritance
-
tagARRAYDESC
- Attributes
Fields
cDims |
Holds the count of the array's dimensions. |
rgbounds |
Variable length array containing the array bounds. |
tdescElem |
Holds the array element type. |