Trait windows::ApplicationModel::Activation::IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Impl
pub trait IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Impl: Sized + IActivatedEventArgs_Impl {
// Required methods
fn CallerPackageFamilyName(&self) -> Result<HSTRING>;
fn Data(&self) -> Result<ValueSet>;
}
Required Methods§
fn CallerPackageFamilyName(&self) -> Result<HSTRING>
fn Data(&self) -> Result<ValueSet>
Object Safety§
This trait is not object safe.