Sdílet prostřednictvím


ModelElement.RemoveAnnotation – metoda

Odebere zadané poznámky z prvku.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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
)

Parametry

Implementuje

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelElement Třída

Microsoft.Data.Schema.SchemaModel – obor názvů

IModelAnnotation