SemanticZoom.ZoomedInView Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta la visualizzazione ingrandita semanticamente più completa di 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>
Valore della proprietà
Oggetto che implementa ISemanticZoomInfo. In genere si tratta di un'implementazione pratica di ListViewBase , ad esempio GridView.