Partager via


SemanticZoomViewChangedEventArgs.SourceItem Propriété

Définition

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.

S’applique à