CategoryEditor.CreateEditorAttribute (Método) (Type)
Método de utilidad que crea un nuevo EditorAttribute para el tipo de CategoryEditor especificado.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
Public Shared Function CreateEditorAttribute ( _
categoryEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
Type categoryEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
Type^ categoryEditorType
)
static member CreateEditorAttribute :
categoryEditorType:Type -> EditorAttribute
public static function CreateEditorAttribute(
categoryEditorType : Type
) : EditorAttribute
Parámetros
- categoryEditorType
Tipo: System.Type
Tipo de CategoryEditor a partir del cual debe crearse el nuevo EditorAttribute.
Valor devuelto
Tipo: System.ComponentModel.EditorAttribute
Nuevo EditorAttribute para el tipo de CategoryEditor especificado.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
CreateEditorAttribute (Sobrecarga)
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)