ConnectedServiceProvider.GetSupportedTechnologyLinks 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要显示在“支持的技术”下的“连接服务”对话框右侧的超链接列表。
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 是执行超链接时打开的位置。