IDebugSessionProperty2.GetCustomViewerList 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 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