This document is archived and information here might be outdated. Recommended version. |
The edit template at the specified index.
[Visual Basic .NET] Public Function get_EditTemplate ( _ ByVal Index As Integer _ ) As IEditTemplate
[C#] public IEditTemplate get_EditTemplate ( int Index );
[C++]
HRESULT get_EditTemplate(
long Index,
IEditTemplate** EditTemplate
);
[C++] Parameters Index [in]
Index is a parameter of type long EditTemplate [out, retval]
EditTemplate is a parameter of type IEditTemplate**