Condividi tramite


IAttachedPropertyStore.RemoveProperty(AttachableMemberIdentifier) Metodo

Definizione

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

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 dei tipi XAML per la voce del membro associabile da rimuovere.

Restituisce

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

Si applica a