Gets a dependency enumerator.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function EnumDependencies ( _
<OutAttribute> ByRef enumDependencies As IVsEnumDependencies _
) As Integer
'使用
Dim instance As ProjectNode
Dim enumDependencies As IVsEnumDependencies
Dim returnValue As Integer
returnValue = instance.EnumDependencies(enumDependencies)
public int EnumDependencies(
out IVsEnumDependencies enumDependencies
)
public:
virtual int EnumDependencies(
[OutAttribute] IVsEnumDependencies^% enumDependencies
) sealed
public final function EnumDependencies(
enumDependencies : IVsEnumDependencies
) : int
Parameters
enumDependencies
Type: Microsoft.VisualStudio.Shell.Interop.IVsEnumDependencies%[out] When the method returns, contains the dependency enumerator.
Return Value
Type: System.Int32
S_OK.
Implements
IVsDependencyProvider.EnumDependencies(IVsEnumDependencies%)
Permissions
- 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.