IVsPersistDocData.IsDocDataReloadable(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell. idl :
HRESULT IVsPersistDocData::IsDocDataReloadable(
[out] BOOL *pfReloadable
);