pub trait ICommandLineActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
// Required method
fn Operation(&self) -> Result<CommandLineActivationOperation>;
}
Required Methods§
fn Operation(&self) -> Result<CommandLineActivationOperation>
Object Safety§
This trait is not object safe.