ActionInstance.Definition 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 action definition for an app action instance.
public:
property ActionDefinition ^ Definition { ActionDefinition ^ get(); };
ActionDefinition Definition();
public ActionDefinition Definition { get; }
var actionDefinition = actionInstance.definition;
Public ReadOnly Property Definition As ActionDefinition
Property Value
An ActionDefinition object that provides details about an app action.