次の方法で共有


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

See Also

Reference

LOGFONTW Structure

LOGFONTW Members

Microsoft.VisualStudio.Shell.Interop Namespace