PhotoImportItem.IsSelected 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 l’élément est actuellement sélectionné pour l’importation.
public:
property bool IsSelected { bool get(); void set(bool value); };
bool IsSelected();
void IsSelected(bool value);
public bool IsSelected { get; set; }
var boolean = photoImportItem.isSelected;
photoImportItem.isSelected = boolean;
Public Property IsSelected As Boolean
Valeur de propriété
Boolean
bool
True si l’élément est actuellement sélectionné ; sinon, false.