DataGridDesigner.GetTemplatePropertyParentType Method
.NET Framework 3.0
NOTE: This method is now obsolete.
Gets the Type object corresponding to the parent of the specified template. Namespace: System.Web.UI.Design.WebControlsAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")] public: virtual Type^ GetTemplatePropertyParentType ( String^ templateName ) override
/** @attribute ObsoleteAttribute("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202") */
public Type GetTemplatePropertyParentType (
String templateName
)
ObsoleteAttribute("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202") public override function GetTemplatePropertyParentType ( templateName : String ) : Type
Not applicable.
Parameters
- templateName
The name of the template.
Return Value
The Type corresponding to the parent of the specified template.The GetTemplatePropertyParentType method is obsolete. To access the template metadata, see TemplateDefinition.
Community Additions
ADD
Show: