ISemanticZoomInformation.IsActiveView 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 indique si la vue d’implémentation est la vue active.
public:
property bool IsActiveView { bool get(); void set(bool value); };
bool IsActiveView();
void IsActiveView(bool value);
public bool IsActiveView { get; set; }
var boolean = iSemanticZoomInformation.isActiveView;
iSemanticZoomInformation.isActiveView = boolean;
Public Property IsActiveView As Boolean
Valeur de propriété
Boolean
bool
true si la vue d’implémentation est la vue active ; sinon, false.