IVsUIEnumDataSourceProperties.Clone(IVsUIEnumDataSourceProperties) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a copy of the enumeration.
public:
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIEnumDataSourceProperties ^ % ppEnum);
public:
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIEnumDataSourceProperties ^ & ppEnum);
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIEnumDataSourceProperties const & & ppEnum);
public int Clone (out Microsoft.VisualStudio.Shell.Interop.IVsUIEnumDataSourceProperties ppEnum);
abstract member Clone : IVsUIEnumDataSourceProperties -> int
Public Function Clone (ByRef ppEnum As IVsUIEnumDataSourceProperties) As Integer
Parameters
[out] Location to return the new enumeration.
Returns
Returns S_OK if the enumeration was returned.