IDebugCustomViewer.DisplayValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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