XmlStreamStore 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示用於寫入和讀取使用者附註的 XML 資料存放區。
public ref class XmlStreamStore sealed : System::Windows::Annotations::Storage::AnnotationStore
public sealed class XmlStreamStore : System.Windows.Annotations.Storage.AnnotationStore
type XmlStreamStore = class
inherit AnnotationStore
Public NotInheritable Class XmlStreamStore
Inherits AnnotationStore
- 繼承
建構函式
XmlStreamStore(Stream) |
使用指定的 I/O XmlStreamStore 來初始化 Stream 類別的新執行個體。 |
XmlStreamStore(Stream, IDictionary<Uri,IList<Uri>>) |
使用指定的 I/O XmlStreamStore 和已知相容之命名空間 (Namespace) 的字典初始化 Stream 類別的新執行個體。 |
屬性
AutoFlush |
取得或設定值,指出是否要將註解緩衝區中的資料立即寫入實體資料存放區。 |
IgnoredNamespaces |
取得已載入 XML 資料流時忽略的命名空間清單。 |
IsDisposed |
取得值,指出是否已經呼叫 Dispose。 (繼承來源 AnnotationStore) |
SyncRoot |
取得要做為 AnnotationStore 關鍵區段之同步鎖定的物件。 (繼承來源 AnnotationStore) |
WellKnownNamespaces |
取得 Annotations Framework 預先定義之所有命名空間的清單。 |
方法
事件
AnchorChanged |
發生於存放區中任何 Annotation 上的錨點變更時。 (繼承來源 AnnotationStore) |
AuthorChanged |
發生於存放區中任何 Annotation 上的作者變更時。 (繼承來源 AnnotationStore) |
CargoChanged |
發生於存放區中任何 Annotation 上的貨物變更時。 (繼承來源 AnnotationStore) |
StoreContentChanged |
發生於在存放區中加入或刪除 Annotation 時。 (繼承來源 AnnotationStore) |