IDebugDataGrid.GetGridInfo(UInt32, UInt32, String) 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 GetGridInfo([Runtime::InteropServices::Out] System::UInt32 % pX, [Runtime::InteropServices::Out] System::UInt32 % pY, [Runtime::InteropServices::Out] System::String ^ % bpstrTitle);
public int GetGridInfo(out uint pX, out uint pY, out string bpstrTitle);
abstract member GetGridInfo : uint32 * uint32 * string -> int
Public Function GetGridInfo (ByRef pX As UInteger, ByRef pY As UInteger, ByRef bpstrTitle As String) As Integer
Parameters
- pX
- UInt32
- pY
- UInt32
- bpstrTitle
- String