PhotoImportSelectionChangedEventArgs.IsSelectionEmpty 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 une valeur indiquant si aucun élément n’est sélectionné après la modification de la sélection.
public:
property bool IsSelectionEmpty { bool get(); };
bool IsSelectionEmpty();
public bool IsSelectionEmpty { get; }
var boolean = photoImportSelectionChangedEventArgs.isSelectionEmpty;
Public ReadOnly Property IsSelectionEmpty As Boolean
Valeur de propriété
Boolean
bool
True si aucun élément n’est sélectionné ; sinon, false.