AnnotatableExtensions Class

Definition

Caution

Use IReadOnlyAnnotatable

Extension methods for IReadOnlyAnnotatable.

public static class AnnotatableExtensions
[System.Obsolete("Use IReadOnlyAnnotatable")]
public static class AnnotatableExtensions
type AnnotatableExtensions = class
[<System.Obsolete("Use IReadOnlyAnnotatable")>]
type AnnotatableExtensions = class
Public Module AnnotatableExtensions
Public Class AnnotatableExtensions
Inheritance
AnnotatableExtensions
Attributes

Methods

AnnotationsToDebugString(IAnnotatable, Int32)

Gets the debug string for all annotations declared on the object.

GetAnnotation(IAnnotatable, String)

Gets the annotation with the given name, throwing if it does not exist.

Applies to