Partager via


ElementPropertyChangedEventManager.Remove, méthode (DomainPropertyInfo, Guid, Delegate)

Supprime un gestionnaire d'événements qui est notifié chaque fois que la valeur de toute instance d'une propriété de domaine particulière est modifiée.

Espace de noms :  Microsoft.VisualStudio.Modeling
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    domainProperty As DomainPropertyInfo, _
    elementId As Guid, _
    handler As Delegate _
)
public void Remove(
    DomainPropertyInfo domainProperty,
    Guid elementId,
    Delegate handler
)

Paramètres

  • elementId
    Type : System.Guid
    ID de l'élément à observer.

Sécurité .NET Framework

Voir aussi

Référence

ElementPropertyChangedEventManager Classe

Remove, surcharge

Microsoft.VisualStudio.Modeling, espace de noms