IPropertyProxyProvider

此介面提供 Proxy 介面,以檢視及變更對象的數據。

語法

IPropertyProxyProvider : IUnknown

實作者的注意事項

表達式評估工具 (EE) 會在實作 IDebugProperty3 介面的相同物件上實作這個介面,做為 EE 類型可視化檢視支援的一部分。

呼叫端注意事項

在介面上IDebugProperty3呼叫 QueryInterface 以取得這個介面。

以 Vtable 順序排列的方法

介面 IPropertyProxyProvider 會實作下列方法:

方法 描述
GetPropertyProxy 擷取屬性 Proxy 介面,以檢視對象上的數據。

備註

雖然 EE 實作這個介面,但 GetPropertyProxy 的實作通常是由 GetPropertyProxy 處理。 如需取得 IEEVisualizerService 介面的詳細資訊,請參閱 可視化和檢視數據

需求

標頭:msdbg.h

命名空間:Microsoft.VisualStudio.Debugger.Interop

元件:Microsoft.VisualStudio.Debugger.Interop.dll

另請參閱