IVsPersistDocData2.IsDocDataReloadable(Int32) Méthode

Définition

Détermine si les données du document peuvent être rechargées.

public:
 int IsDocDataReloadable([Runtime::InteropServices::Out] int % pfReloadable);
int IsDocDataReloadable([Runtime::InteropServices::Out] int & pfReloadable);
public int IsDocDataReloadable (out int pfReloadable);
abstract member IsDocDataReloadable : int -> int
Public Function IsDocDataReloadable (ByRef pfReloadable As Integer) As Integer

Paramètres

pfReloadable
Int32

[out] true si les données de document peuvent être rechargées.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

Remarques

Signature COM

À partir de vsshell. idl :

HRESULT IVsPersistDocData2::IsDocDataReloadable(  
   [out] BOOL *pfReloadable  
);  

S’applique à