IVsPersistHierarchyItem2.IsItemReloadable(UInt32, 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 un élément de projet est rechargeable avant d'appeler ReloadItem(UInt32, UInt32).
public:
int IsItemReloadable(System::UInt32 itemid, [Runtime::InteropServices::Out] int % pfReloadable);
int IsItemReloadable(unsigned int itemid, [Runtime::InteropServices::Out] int & pfReloadable);
public int IsItemReloadable (uint itemid, out int pfReloadable);
abstract member IsItemReloadable : uint32 * int -> int
Public Function IsItemReloadable (itemid As UInteger, ByRef pfReloadable As Integer) As Integer
Paramètres
- itemid
- UInt32
dans Spécifie itemid from VSITEMID .
- pfReloadable
- Int32
[out] Pointeur vers un indicateur spécifiant si l'élément est rechargeable.
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 IVsPersistHierarchyItem2::IsItemReloadable(
[in] VSITEMID itemid,
[out, retval] BOOL *pfReloadable
);