IAttachedPropertyStore.RemoveProperty(AttachableMemberIdentifier) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Remove a entrada do membro anexável especificado deste armazenamento de membros anexáveis.
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
Parâmetros
- attachableMemberIdentifier
- AttachableMemberIdentifier
O identificador do sistema de tipos XAML para a entrada do membro anexável a remover.
Devoluções
true se uma entrada de membro anexável para attachableMemberIdentifier foi encontrada na loja e removida; caso contrário, false.