ITextDocument.IsReloading, propriété
Détermine si la méthode Reload est en cours d'exécution.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
ReadOnly Property IsReloading As Boolean
bool IsReloading { get; }
property bool IsReloading {
bool get ();
}
abstract IsReloading : bool with get
function get IsReloading () : boolean
Valeur de propriété
Type : Boolean
true si se recharger, sinon false.
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.