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