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)

public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.DWORD")]
unsigned int cchNameLimit

Field Value

Type: System::UInt32

The field is used only if the MD_TEXTLIMIT flag is passed in dwflags. The default is 256 characters.

From vsshell.idl:

Return to top
Show: