Partilhar via


Método PropertyValueCollection.Remove

Quando substituído em uma classe derivada, remove especificado PropertyValue da coleção.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public MustOverride Function Remove ( _
    propertyValue As PropertyValue _
) As Boolean
public abstract bool Remove(
    PropertyValue propertyValue
)
public:
virtual bool Remove(
    PropertyValue^ propertyValue
) abstract
abstract Remove : 
        propertyValue:PropertyValue -> bool 
public abstract function Remove(
    propertyValue : PropertyValue
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se a PropertyValue foi removido com êxito; Caso contrário, false.

Comentários

O host precisa certificar-se de que o PropertyValue é inválido, após o objeto é removido.

Segurança do .NET Framework

Consulte também

Referência

PropertyValueCollection Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura