EnumDependencies Constructor (IList<IVsDependency>)
Initializes a new instance of the EnumDependencies class.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub New ( _
dependencyList As IList(Of IVsDependency) _
)
'Usage
Dim dependencyList As IList(Of IVsDependency)
Dim instance As New EnumDependencies(dependencyList)
public EnumDependencies(
IList<IVsDependency> dependencyList
)
public:
EnumDependencies(
IList<IVsDependency^>^ dependencyList
)
public function EnumDependencies(
dependencyList : IList<IVsDependency>
)
new :
dependencyList:IList<IVsDependency> -> EnumDependencies
Parameters
- dependencyList
Type: System.Collections.Generic.IList<IVsDependency>
TBD
.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