ISemanticZoomInformation.SemanticZoomOwner Propiedad

Definición

Obtiene o establece el propietario SemanticZoom que hospeda la vista de implementación.

public:
 property SemanticZoom ^ SemanticZoomOwner { SemanticZoom ^ get(); void set(SemanticZoom ^ value); };
SemanticZoom SemanticZoomOwner();

void SemanticZoomOwner(SemanticZoom value);
public SemanticZoom SemanticZoomOwner { get; set; }
var semanticZoom = iSemanticZoomInformation.semanticZoomOwner;
iSemanticZoomInformation.semanticZoomOwner = semanticZoom;
Public Property SemanticZoomOwner As SemanticZoom

Valor de propiedad

SemanticZoom que hospeda esta vista.

Se aplica a