Share via


IDebugCustomViewer.DisplayValue Method

Definition

public:
 int DisplayValue(IntPtr hwnd, System::UInt32 dwID, System::Object ^ pHostServices, Microsoft::VisualStudio::Debugger::Interop::IDebugProperty3 ^ pDebugProperty);
public int DisplayValue(IntPtr hwnd, uint dwID, object pHostServices, Microsoft.VisualStudio.Debugger.Interop.IDebugProperty3 pDebugProperty);
abstract member DisplayValue : nativeint * uint32 * obj * Microsoft.VisualStudio.Debugger.Interop.IDebugProperty3 -> int
Public Function DisplayValue (hwnd As IntPtr, dwID As UInteger, pHostServices As Object, pDebugProperty As IDebugProperty3) As Integer

Parameters

hwnd
IntPtr

nativeint

dwID
UInt32
pHostServices
Object
pDebugProperty
IDebugProperty3

Returns

Applies to