'Declaration Public Overrides ReadOnly Property SupportedFormats As System.Collections.ObjectModel.ReadOnlyCollection(Of ImageCaptureFormat)
public override System.Collections.ObjectModel.ReadOnlyCollection<ImageCaptureFormat> SupportedFormats { get; }
public: __property System.Collections.ObjectModel.ReadOnlyCollection<ImageCaptureFormat*>* get_SupportedFormats(); override;
public:
property System.Collections.ObjectModel.ReadOnlyCollection<ImageCaptureFormat^>^ SupportedFormats { System.Collections.ObjectModel.ReadOnlyCollection<ImageCaptureFormat^>^ get() override;; }