LOGFONTW.lfCharSet Field
Specifies the character set.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Public lfCharSet As Byte
'使用
Dim instance As LOGFONTW
Dim value As Byte
value = instance.lfCharSet
instance.lfCharSet = value
public byte lfCharSet
public:
unsigned char lfCharSet
public var lfCharSet : byte
Field Value
Type: System.Byte
Remarks
COM Signature
From vsshell.idl:
Permissions
- 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.