Share via


ActionRuntime.GetActionEntityById(String) Method

Definition

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.

Applies to