EnumDependencies.Clone Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function Clone ( _
<OutAttribute> ByRef enumDependencies As IVsEnumDependencies _
) As Integer
public int Clone(
out IVsEnumDependencies enumDependencies
)
public:
virtual int Clone(
[OutAttribute] IVsEnumDependencies^% enumDependencies
) sealed
abstract Clone :
enumDependencies:IVsEnumDependencies byref -> int
override Clone :
enumDependencies:IVsEnumDependencies byref -> int
public final function Clone(
enumDependencies : IVsEnumDependencies
) : int
Parameters
- enumDependencies
Type: Microsoft.VisualStudio.Shell.Interop.IVsEnumDependencies%
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.Package.Project.Internal Namespace