BasicDesignerLoader.PropertyProvider 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定載入器正在使用之序列化管理員的屬性提供者。
protected:
property System::Object ^ PropertyProvider { System::Object ^ get(); void set(System::Object ^ value); };
protected object PropertyProvider { get; set; }
protected object? PropertyProvider { get; set; }
member this.PropertyProvider : obj with get, set
Protected Property PropertyProvider As Object
屬性值
其屬性要提供給序列化管理員的物件。
例外狀況
備註
串行化管理員會在其主要介面上提供 Properties
屬性,可由串行化程式讀取,以自定義其串行化以符合特定需求。 串行化程式所檢查的屬性會根據所使用的串行化程序類型而有所不同。