共用方式為


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 物件的唯讀集合。

適用於

另請參閱