UsbInterfaceSetting.Selected 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.
Détermine si le paramètre de remplacement est actuellement sélectionné.
public:
property bool Selected { bool get(); };
bool Selected();
public bool Selected { get; }
var boolean = usbInterfaceSetting.selected;
Public ReadOnly Property Selected As Boolean
Valeur de propriété
Boolean
bool
True, si l’autre paramètre est actuellement sélectionné ; sinon, false.