ComVariantMarshaller.RefPropagate 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.
Marshals a Object to an ComVariant, propagating the value of the Object back to the variant's existing data storage if the variant has VT_BYREF type.
public: value class ComVariantMarshaller::RefPropagate
public struct ComVariantMarshaller.RefPropagate
type ComVariantMarshaller.RefPropagate = struct
Public Structure ComVariantMarshaller.RefPropagate
- Inheritance
Methods
Free() |
Free all resources owned by the marshaller. |
FromManaged(Object) |
Initializes the marshaller with a managed object. |
FromUnmanaged(ComVariant) |
Initializes the marshaller with an unmanaged variant. |
ToManaged() |
Create the managed value based on the provided unmanaged value. |
ToUnmanaged() |
Create an unmanaged ComVariant based on the provided managed and unmanaged values. |