pub trait IMSMQEvent2_Impl: Sized + IMSMQEvent_Impl {
    // Required method
    fn Properties(&self) -> Result<IDispatch>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§