Partager via


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

Voir aussi

Référence

DocData Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms