共用方式為


IPropertyProxyEESide

這個介面會提供方法,以檢視相關聯的物件上的資料。 這個介面是型別視覺化檢視支援的一部分。

IPropertyProxyEESide : IUnknown

實作器注意事項

運算式評估工具會實作這個介面以支援型別視覺化檢視。

呼叫者的備忘稿

呼叫IPropertyProxyProvider::GetPropertyProxy以取得這個介面。 呼叫QueryInterfaceIDebugProperty3介面,以取得IPropertyProxyProvider介面。

方法 Vtable 順序

此介面將會執行下列方法:

方法

描述

IPropertyProxyEESide::InitSourceDataProvider

如此可存取物件的資料,會初始化資料來源提供者。

IPropertyProxyEESide::GetManagedViewerCreationData

擷取物件的組件有關的資訊。

IPropertyProxyEESide::GetInitialData

取得物件的初始資料。

IPropertyProxyEESide::CreateReplacementObject

建立一份現有的資料儲存區。

IPropertyProxyEESide::InPlaceUpdateObject

建立參考到現有的資料存放區。

IPropertyProxyEESide::ResolveAssemblyRef

擷取包含這個物件的組件的內容中的特定組件的相關資訊。

備註

型別視覺化檢視會使用這個介面來存取這個介面屬於該物件相關聯的值。 資料便會透過IEEDataStorage介面,可提供資料的唯讀檢視。

需求

標頭: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

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

請參閱

參考

IEEDataStorage

IDebugObject

概念

核心介面

型別視覺化檢視 」 及 「 自訂檢視器]