AppActivationArguments.Kind Property
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.
Gets the type of a registered activation.
public:
property ExtendedActivationKind Kind { ExtendedActivationKind get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
ExtendedActivationKind Kind();
ExtendedActivationKind Kind();
[Windows.Foundation.Metadata.Experimental]
public ExtendedActivationKind Kind { [Windows.Foundation.Metadata.Experimental] get; }
public ExtendedActivationKind Kind { get; }
var extendedActivationKind = appActivationArguments.kind;
Public ReadOnly Property Kind As ExtendedActivationKind
Property Value
The type of a registered activation.
- Attributes