RuntimeArgumentHandle 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가변 길이 인수 목록을 참조합니다.
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
- 상속
- 특성
설명
이 구조체에는 클래스에서 ValueType 상속하는 멤버 이외의 멤버가 Object 없습니다. 가변 개수의 매개 변수를 사용하는 C/C++ 프로그래밍 언어 함수만 지원합니다. 구조체의 인스턴스가 생성자에 ArgIterator 전달됩니다.