This document is archived and information here might be outdated. Recommended version. |
The collection of function templates.
[Visual Basic .NET] Public Property FunctionTemplates As IArray
[C#] public IArray FunctionTemplates {get; set;}
[C++]
HRESULT get_FunctionTemplates(
IArray* ppFunctionTemplates
);
[C++]
HRESULT putref_FunctionTemplates(
IArray** ppFunctionTemplates
);
[C++] Parameters ppFunctionTemplates [in]
ppFunctionTemplates is a parameter of type IArray* ppFunctionTemplates [out, retval]
ppFunctionTemplates is a parameter of type IArray**