LOGPALETTE.palNumEntries Field
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Декларация
Public palNumEntries As UShort
'Применение
Dim instance As LOGPALETTE
Dim value As UShort
value = instance.palNumEntries
instance.palNumEntries = value
public ushort palNumEntries
public:
unsigned short palNumEntries
val mutable palNumEntries: uint16
public var palNumEntries : 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.