MEINIT.cchTextLimit 字段

定义

DWORD 指定菜单项标题中的最大字符数。

public: System::UInt32 cchTextLimit;
public: unsigned int cchTextLimit;
unsigned int cchTextLimit;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint cchTextLimit;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable cchTextLimit : uint32
Public cchTextLimit As UInteger 

字段值

UInt32
属性

注解

默认值为256个字符。

COM 签名

从 vsshell:

适用于