This document is archived and information here might be outdated. Recommended version. |
The list of supported template names.
[Visual Basic .NET] Public Property SupportedTemplateNames As IStringArray
[C#] public IStringArray SupportedTemplateNames {get; set;}
[C++]
HRESULT get_SupportedTemplateNames(
IStringArray* ppTemplateNames
);
[C++]
HRESULT putref_SupportedTemplateNames(
IStringArray** ppTemplateNames
);
[C++] Parameters ppTemplateNames [in]
ppTemplateNames is a parameter of type IStringArray* ppTemplateNames [out, retval]
ppTemplateNames is a parameter of type IStringArray**