IVsPersistHierarchyItem2.IsItemReloadable(UInt32, Int32) Yöntem

Tanım

Çağrılmadan önce bir proje öğesinin yeniden yüklenebilir olup olmadığını belirler 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

Parametreler

itemid
UInt32

'ndaki itemid Öğesinden belirtir VSITEMID .

pfReloadable
Int32

dışı Öğenin yeniden yüklenebilir olup olmadığını belirten bayrak işaretçisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell. IDL dosyasından:

HRESULT IVsPersistHierarchyItem2::IsItemReloadable(  
   [in] VSITEMID itemid,  
   [out, retval] BOOL *pfReloadable  
);  

Şunlara uygulanır