MEINIT.cchNameLimit Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: