Hub.CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation) 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.
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 de vue tel que 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
- SemanticZoom
- IsZoomedInViewActive
- IsActiveView
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)