IVsPersistHierarchyItem2.IsItemReloadable(UInt32, Int32) Méthode

Définition

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

Int32

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  
);  

S’applique à