This documentation is archived and is not being maintained.
TemplatedControlDesigner.GetTemplatePropertyParentType Method
.NET Framework 1.1
Gets the type of the parent of the template property.
[Visual Basic] Public Overridable Function GetTemplatePropertyParentType( _ ByVal templateName As String _ ) As Type [C#] public virtual Type GetTemplatePropertyParentType( string templateName ); [C++] public: virtual Type* GetTemplatePropertyParentType( String* templateName ); [JScript] public function GetTemplatePropertyParentType( templateName : String ) : Type;
Parameters
- templateName
- The name of the template to return the type of the parent for.
Return Value
The type of the object that has the template property.
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
TemplatedControlDesigner Class | TemplatedControlDesigner Members | System.Web.UI.Design Namespace
Show: