ListViewBase.SemanticZoomOwner Propriété
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.
Obtient ou définit le instance SemanticZoom qui héberge le ListViewBase.
public:
property SemanticZoom ^ SemanticZoomOwner { SemanticZoom ^ get(); void set(SemanticZoom ^ value); };
SemanticZoom SemanticZoomOwner();
void SemanticZoomOwner(SemanticZoom value);
public SemanticZoom SemanticZoomOwner { get; set; }
var semanticZoom = listViewBase.semanticZoomOwner;
listViewBase.semanticZoomOwner = semanticZoom;
Public Property SemanticZoomOwner As SemanticZoom
Valeur de propriété
Le instance SemanticZoom qui héberge cette vue, ou null si la vue n’est pas hébergée dans un contrôle SemanticZoom.
Implémente
Remarques
Vous ne définissez pas cette propriété dans XAML (Extensible Application Markup Language) ou dans le code de votre application. La propriété est définie implicitement lorsque l’affichage est défini en tant que ZoomedInView ou ZoomedOutView d’un contrôle SemanticZoom .
S’applique à
Voir aussi
- SemanticZoom
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)