Partager via


DocData.IsDocDataReloadable, méthode

Vérifie si le document peut être rechargé.

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 Overridable Function IsDocDataReloadable ( _
    <OutAttribute> ByRef isReloadable As Integer _
) As Integer
public virtual int IsDocDataReloadable(
    out int isReloadable
)

Paramètres

  • isReloadable
    Type : System.Int32%
    1 si le document peut être rechargé ; sinon, 0.Par défaut, cette valeur est 1.

Valeur de retour

Type : System.Int32
S_OK si la méthode aboutit ; sinon, elle retourne code d'erreur.

Implémentations

IVsPersistDocData2.IsDocDataReloadable(Int32%)
IVsPersistDocData.IsDocDataReloadable(Int32%)

Notes

Cette méthode implémente l'interface IVsPersistDocData2.

Sécurité .NET Framework

Voir aussi

Référence

DocData Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms