IEnumConnectionPoints.Clone(IEnumConnectionPoints) 方法

定義

建立新的列舉值,其包含與目前列舉值相同的列舉型別狀態。

public:
 void Clone([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IEnumConnectionPoints ^ % ppenum);
public void Clone (out System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints ppenum);
abstract member Clone : IEnumConnectionPoints -> unit
Public Sub Clone (ByRef ppenum As IEnumConnectionPoints)

參數

ppenum
IEnumConnectionPoints

這個方法傳回時,包含新建列舉值的參考。 這個參數會以未初始化的狀態傳遞。

備註

如需詳細資訊,請參閱 IEnumConnectionPoints::Clone 方法

適用於