Share via


IDebugPropertyClose2 Interface

Definition

public interface class IDebugPropertyClose2 : Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2
[System.Runtime.InteropServices.Guid("852C7D42-794F-43CD-A18F-CD40E83E67CD")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugPropertyClose2 : Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2
[<System.Runtime.InteropServices.Guid("852C7D42-794F-43CD-A18F-CD40E83E67CD")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugPropertyClose2 = interface
    interface IDebugProperty2
Public Interface IDebugPropertyClose2
Implements IDebugProperty2
Attributes
Implements

Methods

Close()
EnumChildren(enum_DEBUGPROP_INFO_FLAGS, UInt32, Guid, enum_DBG_ATTRIB_FLAGS, String, UInt32, IEnumDebugPropertyInfo2)
EnumChildren(UInt32, UInt32, Guid, UInt64, String, UInt32, IEnumDebugPropertyInfo2)
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)
SetValueAsReference(IDebugReference2[], UInt32, IDebugReference2, UInt32)
SetValueAsString(String, UInt32, UInt32)

Applies to