你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TagsHelper.ConvertToTagsTable Method

Definition

Overloads

ConvertToTagsTable(IDictionary<String,String>)
ConvertToTagsTable(Hashtable)

ConvertToTagsTable(IDictionary<String,String>)

public static string ConvertToTagsTable (this System.Collections.Generic.IDictionary<string,string> tags);
static member ConvertToTagsTable : System.Collections.Generic.IDictionary<string, string> -> string
<Extension()>
Public Function ConvertToTagsTable (tags As IDictionary(Of String, String)) As String

Parameters

Returns

Applies to

ConvertToTagsTable(Hashtable)

public static string ConvertToTagsTable (this System.Collections.Hashtable tags);
static member ConvertToTagsTable : System.Collections.Hashtable -> string
<Extension()>
Public Function ConvertToTagsTable (tags As Hashtable) As String

Parameters

tags
Hashtable

Returns

Applies to