Activity::GetActivityTitle method

Returns the activity title of the Activity.

Syntax

virtual HRESULT GetActivityTitle(
  [out] LPCWSTR *activityTitle
) const = 0;

Parameters

activityTitle [out]

The activity title.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

Activity objects hold data from Iteration/Activities/Activity elements.

The activity title is the value of element Activity/ActivityTitle.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeRuntime.h
DLL
AxeCore.dll

See also

Activity