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)
已过时.

获取具有给定名称的批注,如果不存在,则引发该批注。

GetOrAddAnnotation(IMutableAnnotatable, String, String)
已过时.

获取具有给定键的现有批注,或添加新批注(如果不存在)。

SetOrRemoveAnnotation(IMutableAnnotatable, String, Object)
已过时.

设置存储在给定名称下的批注。 如果具有指定名称的批注已存在,则覆盖现有批注。 如果 null 提供了 ,则删除现有批注。

适用于