Share via


IDebugProperty3.GetCustomViewerList Method

Definition

public:
 int GetCustomViewerList(System::UInt32 celtSkip, System::UInt32 celtRequested, cli::array <Microsoft::VisualStudio::Debugger::Interop::DEBUG_CUSTOM_VIEWER> ^ rgViewers, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int GetCustomViewerList (uint celtSkip, uint celtRequested, Microsoft.VisualStudio.Debugger.Interop.DEBUG_CUSTOM_VIEWER[] rgViewers, out uint pceltFetched);
abstract member GetCustomViewerList : uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.DEBUG_CUSTOM_VIEWER[] * uint32 -> int
Public Function GetCustomViewerList (celtSkip As UInteger, celtRequested As UInteger, rgViewers As DEBUG_CUSTOM_VIEWER(), ByRef pceltFetched As UInteger) As Integer

Parameters

celtSkip
UInt32
celtRequested
UInt32
rgViewers
DEBUG_CUSTOM_VIEWER[]
pceltFetched
UInt32

Returns

Applies to