MutableAnnotatableExtensions Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Use IMutableAnnotatable
Metody rozszerzeń dla klasy 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
- Dziedziczenie
-
MutableAnnotatableExtensions
- Atrybuty
Metody
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
Przestarzałe.
Dodaje adnotacje do obiektu. |
GetAnnotation(IMutableAnnotatable, String) |
Przestarzałe.
Pobiera adnotację o podanej nazwie, zgłaszając ją, jeśli nie istnieje. |
GetOrAddAnnotation(IMutableAnnotatable, String, String) |
Przestarzałe.
Pobiera istniejącą adnotację z danym kluczem lub dodaje nową adnotację, jeśli nie istnieje. |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
Przestarzałe.
Ustawia adnotację przechowywaną pod daną nazwą. Zastępuje istniejącą adnotację, jeśli adnotacja o określonej nazwie już istnieje. Usuwa istniejącą adnotację, jeśli |