IDebugProperty3 Interface

Definition

public interface class IDebugProperty3 : Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2
[System.Runtime.InteropServices.Guid("94E1E004-0672-423D-AD62-78783DEF1E76")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugProperty3 : Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2
[<System.Runtime.InteropServices.Guid("94E1E004-0672-423D-AD62-78783DEF1E76")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugProperty3 = interface
    interface IDebugProperty2
Public Interface IDebugProperty3
Implements IDebugProperty2
Derived
Attributes
Implements

Methods

CreateObjectID()
DestroyObjectID()
EnumChildren(enum_DEBUGPROP_INFO_FLAGS, UInt32, Guid, enum_DBG_ATTRIB_FLAGS, String, UInt32, IEnumDebugPropertyInfo2)
EnumChildren(UInt32, UInt32, Guid, UInt64, String, UInt32, IEnumDebugPropertyInfo2)
GetCustomViewerCount(UInt32)
GetCustomViewerList(UInt32, UInt32, DEBUG_CUSTOM_VIEWER[], UInt32)
GetDerivedMostProperty(IDebugProperty2)
GetExtendedInfo(Guid, Object)
GetMemoryBytes(IDebugMemoryBytes2)
GetMemoryContext(IDebugMemoryContext2)
GetParent(IDebugProperty2)
GetPropertyInfo(enum_DEBUGPROP_INFO_FLAGS, UInt32, UInt32, IDebugReference2[], UInt32, DEBUG_PROPERTY_INFO[])
GetPropertyInfo(UInt32, UInt32, UInt32, IDebugReference2[], UInt32, DEBUG_PROPERTY_INFO[])
GetReference(IDebugReference2)
GetSize(UInt32)
GetStringCharLength(UInt32)
GetStringChars(UInt32, String, UInt32)
GetStringChars(UInt32, UInt16[], UInt32)
SetValueAsReference(IDebugReference2[], UInt32, IDebugReference2, UInt32)
SetValueAsString(String, UInt32, UInt32)
SetValueAsStringWithError(String, UInt32, UInt32, String)

Applies to