BitmapFrame.ColorContexts 属性

定义

在派生类中重写时,获取与此 ColorContext 关联的 BitmapFrame 对象的集合。

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { get; }
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
Public MustOverride ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

属性值

ReadOnlyCollection<ColorContext>

与此 ColorContext 关联的 BitmapFrame 对象的只读集合。

适用于

另请参阅