MarshalAsAttribute.SafeArraySubType Field
Definition
Indicates the element type of the SafeArray.
public: System::Runtime::InteropServices::VarEnum SafeArraySubType;
public System.Runtime.InteropServices.VarEnum SafeArraySubType;
val mutable SafeArraySubType : System.Runtime.InteropServices.VarEnum
Public SafeArraySubType As VarEnum
Field Value
Remarks
You can set this field to a value from the System.Runtime.InteropServices.VarEnum enumeration to specify the type of the safe array's elements. If a type is not specified, the managed element type's default type (if passed as a VARIANT) is used. For example, the SafeArraySubType
for an int
array in COM is VT_I4. For additional information, see Default Marshaling for Arrays.