IDebugDataGrid.GetGridPropertyInfo 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.
Overloads
GetGridPropertyInfo(UInt32, UInt32, UInt32, UInt32, UInt32, enum_DEBUGPROP_INFO_FLAGS, UInt32, DEBUG_PROPERTY_INFO[], UInt32)
public:
int GetGridPropertyInfo(System::UInt32 x, System::UInt32 y, System::UInt32 celtX, System::UInt32 celtY, System::UInt32 celtXtimesY, Microsoft::VisualStudio::Debugger::Interop::enum_DEBUGPROP_INFO_FLAGS dwFields, System::UInt32 dwRadix, cli::array <Microsoft::VisualStudio::Debugger::Interop::DEBUG_PROPERTY_INFO> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int GetGridPropertyInfo(uint x, uint y, uint celtX, uint celtY, uint celtXtimesY, Microsoft.VisualStudio.Debugger.Interop.enum_DEBUGPROP_INFO_FLAGS dwFields, uint dwRadix, Microsoft.VisualStudio.Debugger.Interop.DEBUG_PROPERTY_INFO[] rgelt, out uint pceltFetched);
abstract member GetGridPropertyInfo : uint32 * uint32 * uint32 * uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.enum_DEBUGPROP_INFO_FLAGS * uint32 * Microsoft.VisualStudio.Debugger.Interop.DEBUG_PROPERTY_INFO[] * uint32 -> int
Public Function GetGridPropertyInfo (x As UInteger, y As UInteger, celtX As UInteger, celtY As UInteger, celtXtimesY As UInteger, dwFields As enum_DEBUGPROP_INFO_FLAGS, dwRadix As UInteger, rgelt As DEBUG_PROPERTY_INFO(), ByRef pceltFetched As UInteger) As Integer
Parameters
- x
- UInt32
- y
- UInt32
- celtX
- UInt32
- celtY
- UInt32
- celtXtimesY
- UInt32
- dwFields
- enum_DEBUGPROP_INFO_FLAGS
- dwRadix
- UInt32
- rgelt
- DEBUG_PROPERTY_INFO[]
- pceltFetched
- UInt32
Returns
Applies to
GetGridPropertyInfo(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, DEBUG_PROPERTY_INFO[], UInt32)
public:
int GetGridPropertyInfo(System::UInt32 x, System::UInt32 y, System::UInt32 celtX, System::UInt32 celtY, System::UInt32 celtXtimesY, System::UInt32 dwFields, System::UInt32 dwRadix, cli::array <Microsoft::VisualStudio::Debugger::Interop::DEBUG_PROPERTY_INFO> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int GetGridPropertyInfo(uint x, uint y, uint celtX, uint celtY, uint celtXtimesY, uint dwFields, uint dwRadix, Microsoft.VisualStudio.Debugger.Interop.DEBUG_PROPERTY_INFO[] rgelt, out uint pceltFetched);
abstract member GetGridPropertyInfo : uint32 * uint32 * uint32 * uint32 * uint32 * uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.DEBUG_PROPERTY_INFO[] * uint32 -> int
Public Function GetGridPropertyInfo (x As UInteger, y As UInteger, celtX As UInteger, celtY As UInteger, celtXtimesY As UInteger, dwFields As UInteger, dwRadix As UInteger, rgelt As DEBUG_PROPERTY_INFO(), ByRef pceltFetched As UInteger) As Integer
Parameters
- x
- UInt32
- y
- UInt32
- celtX
- UInt32
- celtY
- UInt32
- celtXtimesY
- UInt32
- dwFields
- UInt32
- dwRadix
- UInt32
- rgelt
- DEBUG_PROPERTY_INFO[]
- pceltFetched
- UInt32