Share via


MEINIT.cchNameLimit Field

Definition

DWORD containing the maximum number of characters in the name.

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

Field Value

Attributes

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:

Applies to