NSDistributedNotificationCenter.RemoveObserver Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RemoveObserver(NSObject, String, NSObject) | |
RemoveObserver(NSObject, String, String) |
Obsolète.
|
RemoveObserver(NSObject, String, NSObject)
[Foundation.Export("removeObserver:name:object:")]
public virtual void RemoveObserver (Foundation.NSObject observer, string aName, Foundation.NSObject anObject);
override this.RemoveObserver : Foundation.NSObject * string * Foundation.NSObject -> unit
Paramètres
- observer
- NSObject
- aName
- String
- anObject
- NSObject
- Attributs
S’applique à
RemoveObserver(NSObject, String, String)
Attention
This is not available in iOS.
[System.Obsolete("This is not available in iOS.")]
public void RemoveObserver (Foundation.NSObject observer, string aName, string anObject);
member this.RemoveObserver : Foundation.NSObject * string * string -> unit
Paramètres
- observer
- NSObject
- aName
- String
- anObject
- String
- Attributs