SAFEARRAY Structure
Visual Studio 2015
Describes a safe array and its attributes.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | cbElements | The size of an element of the array. The size does not include the size of the data object. |
![]() | cDims | The number of dimensions in this array. |
![]() | cLocks | The number of times the array has been locked without a corresponding unlock. |
![]() | fFeatures | Flags that define the type of the safe array. |
![]() | pvData | Pointer to the data. |
![]() | rgsabound | The SAFEARRAYBOUND for this safe array. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

