Processes dependent filenodes from a list of subitems.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overridable Sub ProcessDependentFileNodes ( _
subitemsKeys As List(Of String), _
subitems As Dictionary(Of String, BuildItem) _
)
'使用
Dim subitemsKeys As List(Of String)
Dim subitems As Dictionary(Of String, BuildItem)
Me.ProcessDependentFileNodes(subitemsKeys, _
subitems)
protected internal virtual void ProcessDependentFileNodes(
List<string> subitemsKeys,
Dictionary<string, BuildItem> subitems
)
protected public:
virtual void ProcessDependentFileNodes(
List<String^>^ subitemsKeys,
Dictionary<String^, BuildItem^>^ subitems
)
protected internal function ProcessDependentFileNodes(
subitemsKeys : List<String>,
subitems : Dictionary<String, BuildItem>
)
Parameters
subitemsKeys
Type: System.Collections.Generic.List<String>Key to retrieve the target item from the subitems list.
subitems
Type: System.Collections.Generic.Dictionary<String, BuildItem>The BuildItem to add.
Remarks
Multi-level dependencies are supported, but not circular dependencies.
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.