Initializes a new instance of NestedProjectBuildDependency.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Sub New ( _
dependentHierarchy As IVsHierarchy _
)
'使用
Dim dependentHierarchy As IVsHierarchy
Dim instance As New NestedProjectBuildDependency(dependentHierarchy)
[CLSCompliantAttribute(false)]
public NestedProjectBuildDependency(
IVsHierarchy dependentHierarchy
)
[CLSCompliantAttribute(false)]
public:
NestedProjectBuildDependency(
IVsHierarchy^ dependentHierarchy
)
public function NestedProjectBuildDependency(
dependentHierarchy : IVsHierarchy
)
Parameters
dependentHierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyThe IVsHierarchy interface of the associated nested project node.
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.
See Also
Reference
NestedProjectBuildDependency Class