DocData.IgnoreFileChanges, méthode
Détermine si des modifications au document doivent être ignorées.
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Function IgnoreFileChanges ( _
ignore As Integer _
) As Integer
public int IgnoreFileChanges(
int ignore
)
Paramètres
- ignore
Type : System.Int32
true pour ignorer des modifications au document ; sinon, false.
Valeur de retour
Type : System.Int32
S_OK si la méthode aboutit ; sinon, elle retourne code d'erreur.
Implémentations
IVsDocDataFileChangeControl.IgnoreFileChanges(Int32)
Notes
Cette méthode implémente l'interface IVsDocDataFileChangeControl.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.