Share via


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

An IEnumerable of Tuple instances. The string is the text that gets displayed in the UI and the Uri is the location that is opened when the hyperlink is executed.

Applies to