Freigeben über


ModelElement.RemoveAnnotation-Methode

Entfernt die angegebene Anmerkung aus dem Element.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub RemoveAnnotation ( _
    annotation As IModelAnnotation _
)
public void RemoveAnnotation(
    IModelAnnotation annotation
)
public:
virtual void RemoveAnnotation(
    IModelAnnotation^ annotation
) sealed
abstract RemoveAnnotation : 
        annotation:IModelAnnotation -> unit 
override RemoveAnnotation : 
        annotation:IModelAnnotation -> unit 
public final function RemoveAnnotation(
    annotation : IModelAnnotation
)

Parameter

Implementiert

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelElement Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

IModelAnnotation