다음을 통해 공유


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}으로 지정합니다.

적용 대상