Método CategoryEditor.CreateEditorAttribute (Type)
Método de utilitário que cria um novo EditorAttribute especificado CategoryEditor tipo.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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
CategoryEditor tipo para o qual deseja criar a nova EditorAttribute.
Valor de retorno
Tipo: System.ComponentModel.EditorAttribute
Nova EditorAttribute especificado CategoryEditor tipo.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Sobrecargas CreateEditorAttribute
Namespace Microsoft.Windows.Design.PropertyEditing