ComVariantMarshaller.RefPropagate 结构

定义

封送一个ObjectComVariant变量,如果变体具有Object类型,则传播回变量的现有数据存储的值VT_BYREF

public: value class ComVariantMarshaller::RefPropagate
public struct ComVariantMarshaller.RefPropagate
type ComVariantMarshaller.RefPropagate = struct
Public Structure ComVariantMarshaller.RefPropagate
继承
ComVariantMarshaller.RefPropagate

方法

名称 说明
Free()

释放封送器拥有的所有资源。

FromManaged(Object)

使用托管对象初始化封送器。

FromUnmanaged(ComVariant)

使用非托管变体初始化封送器。

ToManaged()

基于提供的非托管值创建托管值。

ToUnmanaged()

基于提供的托管和非托管值创建非托管 ComVariant 值。

适用于