This document is archived and information here might be outdated. Recommended version. |
The name of the multiItem.
[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
System.String* Name
);
[C++] Parameters Name [out, retval]
Name is a parameter of type BSTR*
The Name property of a multiItem is a programmatic identifying name string. By convention, a multiItem's name should include its category name. The format of the Name string should be <Category>_<Caption>.
When implementing IMultiItem to create a custom multiItem, use the Name property to set the internal name of this multiItem.