Share via


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

See Also

Reference

MEINIT Structure

Microsoft.VisualStudio.Shell.Interop Namespace