Issue.AddSolutionLink Method

Applies To: Windows 8.1

Creates and adds a solution Link to the Issue.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Issue
Dim solutionLinkTitle As String
Dim solutionLinkValue As String
Dim returnValue As Link

returnValue = instance.AddSolutionLink(solutionLinkTitle, solutionLinkValue)

Syntax

'Declaration
Public Function AddSolutionLink ( _
    solutionLinkTitle As String, _
    solutionLinkValue As String _
) As Link
public Link AddSolutionLink (
    string solutionLinkTitle,
    string solutionLinkValue
)
public:
Link^ AddSolutionLink (
    String^ solutionLinkTitle, 
    String^ solutionLinkValue
)
public Link AddSolutionLink (
    String solutionLinkTitle, 
    String solutionLinkValue
)
public function AddSolutionLink (
    solutionLinkTitle : String, 
    solutionLinkValue : String
) : Link

Parameters

  • solutionLinkTitle
    The solution link title.
  • solutionLinkValue
    The solution link value, expressed as a URI.

Return Value

Returns Link.

Remarks

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

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Issue Class
Issue Members
Microsoft.Assessments.Runtime Namespace