Lingua

IAttachedPropertyStore.RemoveProperty(AttachableMemberIdentifier) Metodo

Definizione

Rimuove la voce per il membro associabile specificato da questo archivio membri associabile.

public:
 bool RemoveProperty(System::Xaml::AttachableMemberIdentifier ^ attachableMemberIdentifier);
public bool RemoveProperty(System.Xaml.AttachableMemberIdentifier attachableMemberIdentifier);
abstract member RemoveProperty : System.Xaml.AttachableMemberIdentifier -> bool
Public Function RemoveProperty (attachableMemberIdentifier As AttachableMemberIdentifier) As Boolean

Parametri

attachableMemberIdentifier
AttachableMemberIdentifier

Identificatore di sistema del tipo XAML per la voce del membro associabile da rimuovere.

Valori restituiti

true se è stata trovata una voce di membro associabile per attachableMemberIdentifier nell'archivio e rimossa; in caso contrario, false.

Si applica a