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