IVsPersistHierarchyItem2.IgnoreItemFileChanges(UInt32, Int32) Yöntem

Tanım

Öğe kaydedildiğinde veya yeniden yüklendiğinde bir dosyadaki değişikliklerin yoksayılacağını belirten bayrak.

public:
 int IgnoreItemFileChanges(System::UInt32 itemid, int fIgnore);
public:
 int IgnoreItemFileChanges(unsigned int itemid, int fIgnore);
int IgnoreItemFileChanges(unsigned int itemid, int fIgnore);
public int IgnoreItemFileChanges (uint itemid, int fIgnore);
abstract member IgnoreItemFileChanges : uint32 * int -> int
Public Function IgnoreItemFileChanges (itemid As UInteger, fIgnore As Integer) As Integer

Parametreler

itemid
UInt32

'ndaki Öğesinden öğe kimliğini belirtir VSITEMID .

fIgnore
Int32

'ndaki Ignore işaretini belirten bayrak.

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::IgnoreItemFileChanges(  
   [in] VSITEMID itemid, [in] BOOL fIgnore  
);  

Şunlara uygulanır