IVsUIEnumDataSourceProperties::Clone Method (IVsUIEnumDataSourceProperties^)

 

Creates a copy of the enumeration.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int Clone(
	[OutAttribute] IVsUIEnumDataSourceProperties^% ppEnum
)

Parameters

ppEnum
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIEnumDataSourceProperties^

[out] Location to return the new enumeration.

Return Value

Type: System::Int32

Returns S_OK if the enumeration was returned.

Return to top
Show: