IsoSpeedControl.SupportedPresets Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene i set di impostazioni ISO supportati dal dispositivo di acquisizione.
public:
property IVectorView<IsoSpeedPreset> ^ SupportedPresets { IVectorView<IsoSpeedPreset> ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("SupportedPresets may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
IVectorView<IsoSpeedPreset> SupportedPresets();
/// [get: Windows.Foundation.Metadata.Deprecated("SupportedPresets may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
IVectorView<IsoSpeedPreset> SupportedPresets();
public IReadOnlyList<IsoSpeedPreset> SupportedPresets { [Windows.Foundation.Metadata.Deprecated("SupportedPresets may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public IReadOnlyList<IsoSpeedPreset> SupportedPresets { [Windows.Foundation.Metadata.Deprecated("SupportedPresets may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = isoSpeedControl.supportedPresets;
Public ReadOnly Property SupportedPresets As IReadOnlyList(Of IsoSpeedPreset)
Valore della proprietà
Impostazioni ISO supportate.
- Attributi