ConnectedServiceProvider.GetSupportedTechnologyLinks 方法

定义

获取要显示在“支持的技术”下的“连接服务”对话框右侧的超链接列表。

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))

返回

元组实例的 IEnumerable。 字符串是 UI 中显示的文本,URI 是执行超链接时打开的位置。

适用于