MEINIT.cchNameLimit Field
DWORD containing the maximum number of characters in the name.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public cchNameLimit As UInteger
public uint cchNameLimit
public:
unsigned int cchNameLimit
val mutable cchNameLimit: uint32
public var cchNameLimit : uint
Remarks
The field is used only if the MD_TEXTLIMIT flag is passed in dwflags. The default is 256 characters.
COM Signature
From vsshell.idl:
.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.