ActionRuntime.GetActionEntityById(String) Method
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 app action entity with the specified ID.
public:
virtual ActionEntity ^ GetActionEntityById(Platform::String ^ entityId) = GetActionEntityById;
ActionEntity GetActionEntityById(winrt::hstring const& entityId);
public ActionEntity GetActionEntityById(string entityId);
function getActionEntityById(entityId)
Public Function GetActionEntityById (entityId As String) As ActionEntity
Parameters
- entityId
-
String
Platform::String
winrt::hstring
The ID of the entity to retrieve. The ID is dynamically assigned by the system when the entity is created, such as through one of the ActionEntityFactory entity creation methods.
Returns
The requested ActionEntity object.