tagTYPEDESC.vt Field
If the variable is VT_SAFEARRAY or VT_PTR, the lpValue field contains a pointer to a TYPEDESC that specifies the element type.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public vt As UShort
'Usage
Dim instance As tagTYPEDESC
Dim value As UShort
value = instance.vt
instance.vt = value
public ushort vt
public:
unsigned short vt
public var vt : ushort
.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.