SemanticZoom.CanChangeViews 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.
Obtient ou définit une valeur qui déclare si SemanticZoom peut modifier les vues d’affichage.
public:
property bool CanChangeViews { bool get(); void set(bool value); };
bool CanChangeViews();
void CanChangeViews(bool value);
public bool CanChangeViews { get; set; }
var boolean = semanticZoom.canChangeViews;
semanticZoom.canChangeViews = boolean;
Public Property CanChangeViews As Boolean
<SemanticZoom CanChangeViews="bool" />
Valeur de propriété
Boolean
bool
true si les vues peuvent être modifiées ; sinon, false. La valeur par défaut est true.