SemanticZoom.ZoomedInView Propriété

Définition

Obtient ou définit la vue de zoom avant sémantiquement plus complète de SemanticZoom.

public:
 property ISemanticZoomInformation ^ ZoomedInView { ISemanticZoomInformation ^ get(); void set(ISemanticZoomInformation ^ value); };
ISemanticZoomInformation ZoomedInView();

void ZoomedInView(ISemanticZoomInformation value);
public ISemanticZoomInformation ZoomedInView { get; set; }
var iSemanticZoomInformation = semanticZoom.zoomedInView;
semanticZoom.zoomedInView = iSemanticZoomInformation;
Public Property ZoomedInView As ISemanticZoomInformation
<SemanticZoom ...>
  <SemanticZoom.ZoomedInView>
    zoomedInViewContent
  </SemanticZoom.ZoomedInView>
</SemanticZoom>

Valeur de propriété

Objet qui implémente ISemanticZoomInfo. Il s’agit généralement d’une implémentation pratique de ListViewBase , telle que GridView.

S’applique à