Método PropertyValueEditor.CreateEditorAttribute (PropertyValueEditor)
Método de utilitário que cria um novo EditorAttribute especificado PropertyValueEditor tipo.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Shared Function CreateEditorAttribute ( _
editor As PropertyValueEditor _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
PropertyValueEditor editor
)
public:
static EditorAttribute^ CreateEditorAttribute(
PropertyValueEditor^ editor
)
static member CreateEditorAttribute :
editor:PropertyValueEditor -> EditorAttribute
public static function CreateEditorAttribute(
editor : PropertyValueEditor
) : EditorAttribute
Parâmetros
- editor
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
PropertyValueEditor a instância para o qual deseja criar a nova EditorAttribute.
Valor de retorno
Tipo: System.ComponentModel.EditorAttribute
Uma nova EditorAttribute especificado PropertyValueEditor 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