This document is archived and information here might be outdated. Recommended version. |
The name of the extension.
[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
System.String* extensionName
);
[C++] Parameters extensionName [out, retval]
extensionName is a parameter of type BSTR*
When implementing IExtension to create a custom extension, use the Name property to set the name of this extension.
If you implement persistence (e.g. IPersistVariant) for the extension, the length of the Name property cannot exceed 31 characters.