다음을 통해 공유


MutableAnnotatableExtensions 클래스

정의

주의

Use IMutableAnnotatable

IMutableAnnotatable에 대한 확장 메서드입니다.

public static class MutableAnnotatableExtensions
[System.Obsolete("Use IMutableAnnotatable")]
public static class MutableAnnotatableExtensions
type MutableAnnotatableExtensions = class
[<System.Obsolete("Use IMutableAnnotatable")>]
type MutableAnnotatableExtensions = class
Public Module MutableAnnotatableExtensions
Public Class MutableAnnotatableExtensions
상속
MutableAnnotatableExtensions
특성

메서드

AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>)
사용되지 않음.

개체에 주석을 추가합니다.

GetAnnotation(IMutableAnnotatable, String)
사용되지 않음.

지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다.

GetOrAddAnnotation(IMutableAnnotatable, String, String)
사용되지 않음.

지정된 키가 있는 기존 주석을 가져오거나 없는 경우 새 주석을 추가합니다.

SetOrRemoveAnnotation(IMutableAnnotatable, String, Object)
사용되지 않음.

지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. 가 제공된 경우 null 기존 주석을 제거합니다.

적용 대상