Share via


IDebugPropertyField Interface

Definition

public interface class IDebugPropertyField : Microsoft::VisualStudio::Debugger::Interop::IDebugContainerField
[System.Runtime.InteropServices.Guid("C2E34EB6-8B9D-11D2-9014-00C04FA38338")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugPropertyField : Microsoft.VisualStudio.Debugger.Interop.IDebugContainerField
[<System.Runtime.InteropServices.Guid("C2E34EB6-8B9D-11D2-9014-00C04FA38338")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugPropertyField = interface
    interface IDebugContainerField
Public Interface IDebugPropertyField
Implements IDebugContainerField
Attributes
Implements

Methods

EnumFields(enum_FIELD_KIND, enum_FIELD_MODIFIERS, String, NAME_MATCH, IEnumDebugFields)
EnumFields(UInt32, UInt32, String, NAME_MATCH, IEnumDebugFields)
Equal(IDebugField)
GetAddress(IDebugAddress)
GetContainer(IDebugContainerField)
GetExtendedInfo(Guid, IntPtr[], UInt32)
GetInfo(enum_FIELD_INFO_FIELDS, FIELD_INFO[])
GetInfo(UInt32, FIELD_INFO[])
GetKind(enum_FIELD_KIND[])
GetKind(UInt32)
GetPropertyGetter(IDebugMethodField)
GetPropertySetter(IDebugMethodField)
GetSize(UInt32)
GetType(IDebugField)
GetTypeInfo(TYPE_INFO[])

Applies to