SAFEARRAY.fFeatures Field
Flags that define the type of the safe array.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public fFeatures As UShort
public ushort fFeatures
public:
unsigned short fFeatures
val mutable fFeatures: uint16
public var fFeatures : ushort
Remarks
The flags are defined in oaidl.h as follows:
#defineFADF_AUTO( 0x1 )
#defineFADF_STATIC( 0x2 )
#defineFADF_EMBEDDED( 0x4 )
#defineFADF_FIXEDSIZE( 0x10 )
#defineFADF_RECORD( 0x20 )
#defineFADF_HAVEIID( 0x40 )
#defineFADF_HAVEVARTYPE( 0x80 )
#defineFADF_BSTR( 0x100 )
#defineFADF_UNKNOWN( 0x200 )
#defineFADF_DISPATCH( 0x400 )
#defineFADF_VARIANT( 0x800 )
#defineFADF_RESERVED( 0xf008 )
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.