public virtual char AutomaticHelpShortName()
Public Overridable Function AutomaticHelpShortName As Char
Dim instance As LocalizedStringProvider
Dim returnValue As Char
returnValue = instance.AutomaticHelpShortName()
public:
virtual wchar_t AutomaticHelpShortName()
The argument will automatically have a short alias that is the lower case first character of the value returned by AutomaticHelpName. If this character is the same according to the argument name comparer, then no alias is added.
If Mode is not LongShort, the short name and the short alias will be used as a regular aliases instead.