Hub.MakeVisible(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.
Force le contenu de la vue à faire défiler jusqu’à ce que l’élément spécifié par SemanticZoomLocation soit visible. Concentre également l’élément s’il trouve l’élément.
public:
virtual void MakeVisible(SemanticZoomLocation ^ item) = MakeVisible;
void MakeVisible(SemanticZoomLocation const& item);
public void MakeVisible(SemanticZoomLocation item);
function makeVisible(item)
Public Sub MakeVisible (item As SemanticZoomLocation)
Paramètres
- item
- SemanticZoomLocation
Élément dans la vue vers laquelle faire défiler.
Implémente
Remarques
Vous utilisez la méthode MakeVisible pour afficher un élément lorsque le contrôle Hub est utilisé comme vue dans un contrôle SemanticZoom . Pour afficher un élément lorsque le contrôle Hub n’est pas utilisé dans un semanticZoom, utilisez plutôt la méthode ScrollToSection .
S’applique à
Voir aussi
- SemanticZoom
- IsZoomedInViewActive
- IsActiveView
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)