ITemplateEditingFrame::TemplateNames Property

 

Gets a set of names of templates to use.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property array<String^>^ TemplateNames {
	array<String^>^ get();
}

Property Value

Type: array<System::String^>^

An array of template names.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. A template name is provided through the Name property of a TemplateDefinition object. Enumerate the collection of template definitions by using the Templates property of each TemplateGroup element in the TemplateGroups collection of a control designer.

.NET Framework
Available since 1.1
Return to top
Show: