Share via


Issue::AddAnalysisLink method

Creates and adds an analysis Link to the Issue.

Syntax

virtual HRESULT AddAnalysisLink(
  [in, optional]  LPCWSTR analysisLinkTitle,
  [in, optional]  LPCWSTR analysisLinkValue,
  [out, optional] Link    **analysisLink
) = 0;

Parameters

analysisLinkTitle [in, optional]

The analysis link title.

analysisLinkValue [in, optional]

The analysis link value, a URI.

analysisLink [out, optional]

The analysis Link object that this method creates.

Return value

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

Remarks

The Issue objects hold data from Iteration/Issues/Issue elements.

The analysis Link objects hold information from the Issue/AnalysisLinks/Link elements.

The analysis link title is the value of element Link/LinkTitle.

The analysis link value is the value of element Link/LinkURI.

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

Issue