次の方法で共有


IUpdateWithTags<T> インターフェイス

定義

public interface IUpdateWithTags<T>
type IUpdateWithTags<'T> = interface
Public Interface IUpdateWithTags(Of T)

型パラメーター

T
派生

メソッド

WithoutTag(String)

リソースからタグを削除します。

WithTag(String, String)

リソースにタグを追加します。

WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

適用対象