Método PropertyValueEditor.CreateEditorAttribute (Type)
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 ( _
propertyValueEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
Type propertyValueEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
Type^ propertyValueEditorType
)
static member CreateEditorAttribute :
propertyValueEditorType:Type -> EditorAttribute
public static function CreateEditorAttribute(
propertyValueEditorType : Type
) : EditorAttribute
Parâmetros
- propertyValueEditorType
Tipo: System.Type
PropertyValueEditor tipo 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