FocusControl.SupportedFocusRanges 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 liste de valeurs indiquant les plages de focus automatique prises en charge par l’appareil de capture.
public:
property IVectorView<AutoFocusRange> ^ SupportedFocusRanges { IVectorView<AutoFocusRange> ^ get(); };
IVectorView<AutoFocusRange> SupportedFocusRanges();
public IReadOnlyList<AutoFocusRange> SupportedFocusRanges { get; }
var iVectorView = focusControl.supportedFocusRanges;
Public ReadOnly Property SupportedFocusRanges As IReadOnlyList(Of AutoFocusRange)
Valeur de propriété
Liste de valeurs indiquant les plages de focus automatique prises en charge par l’appareil de capture.