|
Este artículo proviene de un motor de traducción automática. Mueva el puntero sobre las frases del artículo para ver el texto original. Más información.
|
Traducción
Original
|
IDesignerFilter (Interfaz)
Espacio de nombres: System.ComponentModel.Design
Ensamblado: System (en System.dll)
El tipo IDesignerFilter expone los siguientes miembros.
| Nombre | Descripción | |
|---|---|---|
![]() | PostFilterAttributes | |
![]() | PostFilterEvents | |
![]() | PostFilterProperties | |
![]() | PreFilterAttributes | |
![]() | PreFilterEvents | |
![]() | PreFilterProperties |
// Adds a property to this designer's control at design time // that indicates the outline color to use. // The DesignOnlyAttribute ensures that the OutlineColor // property is not serialized by the designer. protected override void PreFilterProperties(System.Collections.IDictionary properties) { PropertyDescriptor pd = TypeDescriptor.CreateProperty( typeof(ExampleControlDesigner), "OutlineColor", typeof(System.Drawing.Color), new Attribute[] { new DesignOnlyAttribute(true) }); properties.Add("OutlineColor", pd); }
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (no se admite el rol Server Core), Windows Server 2008 R2 (se admite el rol Server Core con SP1 o versiones posteriores; no se admite Itanium)
.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
