RuntimeArgumentHandle Struct  
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.
References a variable-length argument list.
public value class RuntimeArgumentHandle
	public ref struct RuntimeArgumentHandle
	public struct RuntimeArgumentHandle
	[System.Runtime.InteropServices.ComVisible(true)]
public struct RuntimeArgumentHandle
	type RuntimeArgumentHandle = struct
	[<System.Runtime.InteropServices.ComVisible(true)>]
type RuntimeArgumentHandle = struct
	Public Structure RuntimeArgumentHandle
		- Inheritance
 
- Attributes
 
Remarks
This structure has no members other than those that it inherits from the Object and ValueType classes. It exists only to support C/C++ programming language functions that take a variable number of parameters. An instance of the structure is passed to the ArgIterator constructor.