IEnumDebugTelemetryProperty150.Next 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 Next(System::UInt32 requestCount, cli::array <System::String ^> ^ nameArray, cli::array <System::Object ^> ^ valueArray, [Runtime::InteropServices::Out] System::UInt32 % returnCount);
public int Next(uint requestCount, string[] nameArray, object[] valueArray, out uint returnCount);
abstract member Next : uint32 * string[] * obj[] * uint32 -> int
Public Function Next (requestCount As UInteger, nameArray As String(), valueArray As Object(), ByRef returnCount As UInteger) As Integer
Parameters
- requestCount
- UInt32
- nameArray
- String[]
- valueArray
- Object[]
- returnCount
- UInt32