IVsEnumDebugName.Clone(IVsEnumDebugName) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
);