EnumDependencies.Clone Method
Creates another enumerator that contains the same enumeration state as the current one.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Function Clone ( _
<OutAttribute> ByRef enumDependencies As IVsEnumDependencies _
) As Integer
'Usage
Dim instance As EnumDependencies
Dim enumDependencies As IVsEnumDependencies
Dim returnValue As Integer
returnValue = instance.Clone(enumDependencies)
public int Clone(
out IVsEnumDependencies enumDependencies
)
public:
virtual int Clone(
[OutAttribute] IVsEnumDependencies^% enumDependencies
) sealed
public final function Clone(
enumDependencies : IVsEnumDependencies
) : int
abstract Clone :
enumDependencies:IVsEnumDependencies -> int
override Clone :
enumDependencies:IVsEnumDependencies -> int
Parameters
- enumDependencies
Type: Microsoft.VisualStudio.Shell.Interop.IVsEnumDependencies%
Pointer to the cloned IVsEnumDependencies interface, a new enumerator that is set to the same state as the current IVsEnumDependencies interface
Return Value
Type: System.Int32
Implements
IVsEnumDependencies.Clone(IVsEnumDependencies%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace