IDebugArrayObject.GetDimensions(UInt32, UInt32[]) 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 GetDimensions(System::UInt32 dwCount, cli::array <System::UInt32> ^ dwDimensions);
public int GetDimensions(uint dwCount, uint[] dwDimensions);
abstract member GetDimensions : uint32 * uint32[] -> int
Public Function GetDimensions (dwCount As UInteger, dwDimensions As UInteger()) As Integer
Parameters
- dwCount
- UInt32
- dwDimensions
- UInt32[]