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 |
無效的影像Moniker。 使用此 Moniker 的映射無法從映像指令清單載入。 |
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 |
當有進程指令清單時引發。 |