Trait windows::Win32::System::ComponentServices::ISharedProperty_Impl
pub trait ISharedProperty_Impl: Sized + IDispatch_Impl {
// Required methods
fn Value(&self) -> Result<VARIANT>;
fn SetValue(&self, val: &VARIANT) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.