This documentation is archived and is not being maintained.
ITemplateEditingFrame.TemplateNames Property
.NET Framework 1.1
Gets a set of names of templates to use.
[Visual Basic] ReadOnly Property TemplateNames As String () [C#] string[] TemplateNames {get;} [C++] __property String* get_TemplateNames(); [JScript] function get TemplateNames() : String[];
Property Value
An array of template names.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ITemplateEditingFrame Interface | ITemplateEditingFrame Members | System.Web.UI.Design Namespace
Show: