PropertyValueCollection.Remove-Methode

Entfernt beim Überschreiben in einer abgeleiteten Klasse den angegebenen PropertyValue aus der Auflistung.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn das PropertyValue erfolgreich entfernt wurde, andernfalls false.

Hinweise

Der Host muss sicherstellen, dass der PropertyValue ungültig ist, nachdem das Objekt entfernt wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValueCollection Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur