IVsEnumDebugName.Clone(IVsEnumDebugName) Yöntem

Tanım

Hata ayıklama adları koleksiyonunu çoğaltır.

public:
 int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumDebugName ^ % ppEnum);
public:
 int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumDebugName ^ &  ppEnum);
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumDebugName const & & ppEnum);
public int Clone (out Microsoft.VisualStudio.TextManager.Interop.IVsEnumDebugName ppEnum);
abstract member Clone : IVsEnumDebugName -> int
Public Function Clone (ByRef ppEnum As IVsEnumDebugName) As Integer

Parametreler

ppEnum
IVsEnumDebugName

dışı Yinelenen IVsEnumDebugName sabit listesi.

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ı

Textmgr. IDL dosyasından:

[C++]

HRESULT IVsEnumDebugName::Clone(  
   [out] IVsEnumDebugName **ppenum  
);  

Şunlara uygulanır