'Declaration <DescriptionAttribute("The list of regions on the image.")> <ReadOnlyAttribute(True)> Public ReadOnly Property Regions As System.Collections.ObjectModel.ReadOnlyCollection(Of ImageRegion)
[Description("The list of regions on the image.")] [ReadOnly(True)] public System.Collections.ObjectModel.ReadOnlyCollection<ImageRegion> Regions { get; }
[Description("The list of regions on the image.")] [ReadOnly(True)] public: __property System.Collections.ObjectModel.ReadOnlyCollection<ImageRegion*>* get_Regions();
[Description("The list of regions on the image.")] [ReadOnly(True)] public:
property System.Collections.ObjectModel.ReadOnlyCollection<ImageRegion^>^ Regions { System.Collections.ObjectModel.ReadOnlyCollection<ImageRegion^>^ get(); }