ListViewBase.CompleteViewChangeTo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Termine les opérations par élément qui sont liées à une modification d’affichage lorsque l’instance ListViewBase est la vue de destination et que la vue source est une vue d’implémentation potentiellement différente.
public:
virtual void CompleteViewChangeTo(SemanticZoomLocation ^ source, SemanticZoomLocation ^ destination) = CompleteViewChangeTo;
void CompleteViewChangeTo(SemanticZoomLocation const& source, SemanticZoomLocation const& destination);
public void CompleteViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination);
function completeViewChangeTo(source, destination)
Public Sub CompleteViewChangeTo (source As SemanticZoomLocation, destination As SemanticZoomLocation)
Paramètres
- source
- SemanticZoomLocation
Élément d’affichage tel qu’il est représenté dans la vue source.
- destination
- SemanticZoomLocation
Élément d’affichage tel qu’il est représenté dans la vue de destination.
Implémente
S’applique à
Voir aussi
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)