UNPKG

react-native-windows-cursor

Version:
60 lines 4.2 kB
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>System.ComponentModel</name> </assembly> <members> <member name="T:System.IServiceProvider"> <summary>Consente di definire un meccanismo per il recupero di un oggetto Service, vale a dire un oggetto che offre un supporto personalizzato ad altri oggetti.</summary> <filterpriority>2</filterpriority> </member> <member name="M:System.IServiceProvider.GetService(System.Type)"> <summary>Ottiene l'oggetto Service del tipo specificato.</summary> <returns>Oggetto Service di tipo <paramref name="serviceType" />.In alternativa null, se non è disponibile un oggetto Service di tipo <paramref name="serviceType" />.</returns> <param name="serviceType">Oggetto in cui si specifica il tipo di oggetto Format da ottenere. </param> <filterpriority>2</filterpriority> </member> <member name="T:System.ComponentModel.CancelEventArgs"> <summary>Fornisce dati per un evento annullabile.</summary> </member> <member name="M:System.ComponentModel.CancelEventArgs.#ctor"> <summary>Consente di inizializzare una nuova istanza della classe <see cref="T:System.ComponentModel.CancelEventArgs" /> con la proprietà <see cref="P:System.ComponentModel.CancelEventArgs.Cancel" /> impostata su false.</summary> </member> <member name="M:System.ComponentModel.CancelEventArgs.#ctor(System.Boolean)"> <summary>Consente di inizializzare una nuova istanza della classe <see cref="T:System.ComponentModel.CancelEventArgs" /> con la proprietà <see cref="P:System.ComponentModel.CancelEventArgs.Cancel" />impostata sul valore dato.</summary> <param name="cancel">true per annullare l'evento; in caso contrario, false. </param> </member> <member name="P:System.ComponentModel.CancelEventArgs.Cancel"> <summary>Ottiene o imposta un valore che indica se l'evento debba essere annullato.</summary> <returns>true se l'evento deve essere annullato. In caso contrario, false.</returns> </member> <member name="T:System.ComponentModel.IChangeTracking"> <summary>Definisce il meccanismo per la richiesta delle modifiche all'oggetto e la reimpostazione dello stato modificato.</summary> </member> <member name="M:System.ComponentModel.IChangeTracking.AcceptChanges"> <summary>Reimposta lo stato dell'oggetto su non modificato accettando le modifiche.</summary> </member> <member name="P:System.ComponentModel.IChangeTracking.IsChanged"> <summary>Ottiene lo stato modificato dell'oggetto.</summary> <returns>true se il contenuto dell'oggetto è stato modificato dall'ultima chiamata al metodo <see cref="M:System.ComponentModel.IChangeTracking.AcceptChanges" />; in caso contrario, false.</returns> </member> <member name="T:System.ComponentModel.IEditableObject"> <summary>Offre le funzionalità per eseguire il commit o il rollback delle modifiche a un oggetto utilizzato come origine dati.</summary> </member> <member name="M:System.ComponentModel.IEditableObject.BeginEdit"> <summary>Consente di iniziare la modifica di un oggetto.</summary> </member> <member name="M:System.ComponentModel.IEditableObject.CancelEdit"> <summary>Consente di annullare le modifiche apportate dall'ultima chiamata al metodo <see cref="M:System.ComponentModel.IEditableObject.BeginEdit" />.</summary> </member> <member name="M:System.ComponentModel.IEditableObject.EndEdit"> <summary>Consente di inserire le modifiche dall'ultima chiamata al metodo <see cref="M:System.ComponentModel.IEditableObject.BeginEdit" /> o <see cref="M:System.ComponentModel.IBindingList.AddNew" /> nell'oggetto sottostante.</summary> </member> <member name="T:System.ComponentModel.IRevertibleChangeTracking"> <summary>Fornisce supporto per il rollback delle modifiche.</summary> </member> <member name="M:System.ComponentModel.IRevertibleChangeTracking.RejectChanges"> <summary>Reimposta lo stato dell'oggetto su non modificato, rifiutando le modifiche.</summary> </member> </members> </doc>