IDebugPropertyField

此接口提供允许获取和设置属性的功能。

IDebugPropertyField : IDebugContainerField

实现者说明

符号提供程序实现在同一对象的此接口实现 IDebugContainerField。 此接口是支持属性的概念以及型类的专用化。

调用方的说明

,如果 IDebugField:: GetKind 方法返回 FIELD_KIND_PROP,请使用 QueryInterfaceIDebugContainerField 接口的此接口。

方法按 Vtable 顺序

除了在 IDebugFieldIDebugContainerField 接口的方法之外,此接口执行以下方法:

方法

说明

IDebugPropertyField:: GetPropertyGetter

获取获取属性的方法。

IDebugPropertyField:: GetPropertySetter

获取设置属性的方法。

备注

属性是托管代码概念并表示将变量的方法。 属性不存在于非托管 C++。

要求

标题:sh.h

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

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

请参见

参考

IDebugContainerField

概念

符号提供程序接口