ConnectedServiceProvider.GetSupportedTechnologyLinks Method

Definition

Gets a list of hyperlinks to display on the right side of the Connected Services Selection dialog under Supported technologies.

public:
 virtual System::Collections::Generic::IEnumerable<Tuple<System::String ^, Uri ^> ^> ^ GetSupportedTechnologyLinks();
public virtual System.Collections.Generic.IEnumerable<Tuple<string,Uri>> GetSupportedTechnologyLinks ();
abstract member GetSupportedTechnologyLinks : unit -> seq<string * Uri>
override this.GetSupportedTechnologyLinks : unit -> seq<string * Uri>
Public Overridable Function GetSupportedTechnologyLinks () As IEnumerable(Of Tuple(Of String, Uri))

Returns

Returns an.IEnumerable<T> of Tuple<String, Uri>.

  • Item1 is the text that is displayed in the U.I

  • Item2 is the location opened when the link is clicked.

Applies to