Share via


ActivityReference::GetAttributeActivityID method

Returns the activity ID of the ActivityReference.

Syntax

virtual HRESULT GetAttributeActivityID(
  [out] LPCWSTR *attributeActivityID
) const = 0;

Parameters

attributeActivityID [out]

The activity ID.

Return value

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

Remarks

An ActivityReference holds data from an Issue/Impact/RelatedActivities/ActivityReference element.

The activity ID is the value of attribute ActivityID of element ActivityReference.

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

ActivityReference