IsoSpeedControl.SupportedPresets Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene los valores preestablecidos ISO que admite el dispositivo de captura.
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)
Valor de propiedad
Valores preestablecidos ISO admitidos.
- Atributos