CAPROPVARIANT Struct

Definition

Represents a counted array of PROPVARIANT types.

public value class CAPROPVARIANT
struct CAPROPVARIANT
[System.Runtime.InteropServices.ComConversionLoss]
public struct CAPROPVARIANT
[<System.Runtime.InteropServices.ComConversionLoss>]
type CAPROPVARIANT = struct
Public Structure CAPROPVARIANT
Inheritance
CAPROPVARIANT
Attributes

Fields

cElems

The size of the array pointed to by pElems.

pElems

A pointer to an array of PROPVARIANT types, each of which corresponds to an allowable value that a particular property can accept.

Applies to