tagIDLDESC.dwReserved Field
Reserved; set to a null reference (Nothing in Visual Basic).
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public dwReserved As UInteger
'Usage
Dim instance As tagIDLDESC
Dim value As UInteger
value = instance.dwReserved
instance.dwReserved = value
public uint dwReserved
public:
unsigned int dwReserved
public var dwReserved : uint
.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.