PropertySetter Délégué
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.
public delegate void PropertySetter(XMessage ^ msg, XmlQName ^ propQName, System::Object ^ val);
public delegate void PropertySetter(XMessage msg, XmlQName propQName, object val);
type PropertySetter = delegate of XMessage * XmlQName * obj -> unit
Public Delegate Sub PropertySetter(msg As XMessage, propQName As XmlQName, val As Object)
Paramètres
- msg
- XMessage
- propQName
- XmlQName
- val
- Object