IVsUIEnumDataSourceVerbs.Clone(IVsUIEnumDataSourceVerbs) 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.
Returns a copy of the enumeration.
public:
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIEnumDataSourceVerbs ^ % ppEnum);
public:
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIEnumDataSourceVerbs ^ & ppEnum);
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIEnumDataSourceVerbs const & & ppEnum);
public int Clone (out Microsoft.VisualStudio.Shell.Interop.IVsUIEnumDataSourceVerbs ppEnum);
abstract member Clone : IVsUIEnumDataSourceVerbs -> int
Public Function Clone (ByRef ppEnum As IVsUIEnumDataSourceVerbs) As Integer
Parameters
- ppEnum
- IVsUIEnumDataSourceVerbs
[out] Location to return the copy.
Returns
Returns S_OK if the copy of the enumeration was returned.