Compartilhar via


VARIANT Struct

Definition

Variant is the basic COM type for late-binding. It can contain any other COM data type. This type definition precisely matches the unmanaged data layout so that the struct can be passed to and from COM calls.

public value class VARIANT
public struct VARIANT
type VARIANT = struct
Public Structure VARIANT
Inheritance
VARIANT

Applies to