DataAsyncCommandEvents.CommandStart, propriété
Extrait ou définit le délégué appelé lorsqu'une commande asynchrone commence.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Public Property CommandStart As DataAsyncCommandStartEventHandler
public DataAsyncCommandStartEventHandler CommandStart { get; set; }
public:
property DataAsyncCommandStartEventHandler^ CommandStart {
DataAsyncCommandStartEventHandler^ get ();
void set (DataAsyncCommandStartEventHandler^ value);
}
member CommandStart : DataAsyncCommandStartEventHandler with get, set
function get CommandStart () : DataAsyncCommandStartEventHandler
function set CommandStart (value : DataAsyncCommandStartEventHandler)
Valeur de propriété
Type : Microsoft.VisualStudio.Data.DataAsyncCommandStartEventHandler
Retourne un délégué pour le gestionnaire d'événements d' CommandStart .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.