LateBoundBitmapDecoder.ColorContexts 属性

定义

获取一个值,该值表示与位图关联的颜色配置文件(如果已定义)。

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { [System.Security.SecurityCritical] get; }
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { get; }
[<get: System.Security.SecurityCritical>]
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
Public Overrides ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

属性值

ReadOnlyCollection<ColorContext>

ColorContext 的实例,表示位图的嵌入式颜色配置文件。 如果未定义颜色配置文件或者 LateBoundBitmapDecoder 仍在下载内容,则此属性返回 null。 此属性没有默认值。

属性

适用于

另请参阅