ImageLibrary 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class ImageLibrary : Microsoft::VisualStudio::PlatformUI::DisposableObject
[Windows::Foundation::Metadata::WebHostHidden]
class ImageLibrary : Microsoft::VisualStudio::PlatformUI::DisposableObject
[System.Runtime.InteropServices.Guid("8fa80f44-0b82-4a81-9264-ca9e36fa70e4")]
public class ImageLibrary : Microsoft.VisualStudio.PlatformUI.DisposableObject
[<System.Runtime.InteropServices.Guid("8fa80f44-0b82-4a81-9264-ca9e36fa70e4")>]
type ImageLibrary = class
inherit DisposableObject
Public Class ImageLibrary
Inherits DisposableObject
- 继承
- 属性
构造函数
ImageLibrary(Boolean, ITracer) |
初始化 ImageLibrary 对象的新实例。 |
ImageLibrary(JoinableTaskFactory, Boolean, ITracer) |
构造 ImageLibrary 对象 |
字段
BeforeImageRealized |
在从源实现图像之前引发。 |
DefaultGrayscaleBiasColor |
用于偏置灰度图像的默认颜色 (#40FFFFFF) 。 这会产生 75% 的半透明效果。 |
HighContrastGrayscaleBiasColor |
在高对比度模式下用于偏置灰度图像的颜色。 |
InvalidImageMoniker |
无效的图像名字对象。 无法从映像清单加载使用此名字对象的图像。 |
NeutralSize |
在对 AddCustomImage 的调用中指定大小无关的图像时要使用的大小。 大小无关的图像是在请求大小的图像不可用时缩放到请求大小的图像。 |
UnknownSize |
无效的图像大小。 如果图像源的大小无效,则表示此源具有大小,但尚未加载。 |
属性
AlternateDebugColor |
在调试模式下呈现的边框的备用颜色 |
CachedImageCount |
正在图像缓存中存储的图像数。 |
DebugColor |
在调试模式下呈现的边框的颜色 |
DebugMode |
是否应在调试模式下呈现图像,这会添加彩色边框。 |
Default |
ImageLibrary 的默认实例 |
Initialized |
指示库是否可供使用。 |
IsCaching |
指示库是否正在缓存其内容 |
IsDisposed |
返回对象是否已释放一次,防止双重处置 (继承自 DisposableObject) |
Tracer |
库的跟踪器。 |
UseAsyncCrispImageConverter |
是否异步使用 CrispImage 转换器。 |
方法
事件
BuildLibraryCache |
生成库缓存时引发。 |
Disposing |
释放事件时引发,而事件仍可访问。 (继承自 DisposableObject) |
ImageLibraryCreated |
创建 ImageLibrary 时引发。 |
ImageLibraryDisposed |
释放 ImageLibrary 时引发。 |
InitializedChanged |
完成库初始化时引发。 |
ProcessManifest |
当存在进程清单时引发。 |