Share via


SelectExpression.ApplyTags(ISet<String>) 方法

定義

套用一組指定的標記。

public void ApplyTags (System.Collections.Generic.ISet<string> tags);
member this.ApplyTags : System.Collections.Generic.ISet<string> -> unit
Public Sub ApplyTags (tags As ISet(Of String))

參數

tags
ISet<String>

要套用的標籤清單。

適用於