SemanticZoomViewChangedEventArgs.SourceItem 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.
Fournit des informations sur l’élément et ses limites, pour l’élément tel que représenté dans la vue précédente.
public:
property SemanticZoomLocation ^ SourceItem { SemanticZoomLocation ^ get(); void set(SemanticZoomLocation ^ value); };
SemanticZoomLocation SourceItem();
void SourceItem(SemanticZoomLocation value);
public SemanticZoomLocation SourceItem { get; set; }
var semanticZoomLocation = semanticZoomViewChangedEventArgs.sourceItem;
semanticZoomViewChangedEventArgs.sourceItem = semanticZoomLocation;
Public Property SourceItem As SemanticZoomLocation
Valeur de propriété
Informations sur l’élément et ses limites.