次の方法で共有


FocusControl.SupportedPresets プロパティ

定義

キャプチャ デバイスがサポートするフォーカス プリセットを取得します。

public:
 property IVectorView<FocusPreset> ^ SupportedPresets { IVectorView<FocusPreset> ^ get(); };
IVectorView<FocusPreset> SupportedPresets();
public IReadOnlyList<FocusPreset> SupportedPresets { get; }
var iVectorView = focusControl.supportedPresets;
Public ReadOnly Property SupportedPresets As IReadOnlyList(Of FocusPreset)

プロパティ値

サポートされているフォーカス プリセット。

適用対象