XslTransformFileEditor Class

Provides a design-time user interface for selecting an XML transform file.

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

public ref class XslTransformFileEditor : public UrlEditor
public class XslTransformFileEditor extends UrlEditor
public class XslTransformFileEditor extends UrlEditor
Not applicable.

An XslTransformFileEditor object is used at design time to select and edit a URL for a XML transform file (.xsl) and to assign the URL to a control property. For example, the XmlDataSource control uses the XslTransformFileEditor class at design time to set the value of the TransformFile property.

Use the EditorAttribute attribute to associate the XslTransformFileEditor with a property. When the associated property is edited on the design surface, the designer host calls the EditValue method. The EditValue method uses the BuildUrl method, which in turn displays a user interface for selecting the URL, and then returns the URL that is selected by the user. The GetEditStyle method indicates the display style of the user interface.

Derive a class from the XslTransformFileEditor to define a custom editor for an XML transform file URL property. For example, a derived class can override the EditValue method, and then call the BuildUrl method with a custom Filter or Caption value.

The following code example demonstrates how to associate an instance of the XslTransformFileEditor class with a property that is contained within a custom control. When the control property is edited on the design surface, the XslTransformFileEditor class allows the user interface to select and edit an XML transform file name for the property value.

No code example is currently available or this language may not be supported.

System.Object
   System.Drawing.Design.UITypeEditor
     System.Web.UI.Design.UrlEditor
      System.Web.UI.Design.XslTransformFileEditor

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: