IEEVisualizerService.GetValueDisplayStringCount 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 GetValueDisplayStringCount(System::UInt32 DisplayKind, Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ propertyOrField, [Runtime::InteropServices::Out] System::UInt32 % pcelt);
public int GetValueDisplayStringCount(uint DisplayKind, Microsoft.VisualStudio.Debugger.Interop.IDebugField propertyOrField, out uint pcelt);
abstract member GetValueDisplayStringCount : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugField * uint32 -> int
Public Function GetValueDisplayStringCount (DisplayKind As UInteger, propertyOrField As IDebugField, ByRef pcelt As UInteger) As Integer
Parameters
- DisplayKind
- UInt32
- propertyOrField
- IDebugField
- pcelt
- UInt32