AssemblyReferenceNode Class

A node in the project hierarchy that represents a managed assembly reference. It represents one of the assembly nodes under the References node of a project in Solution Explorer.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class AssemblyReferenceNode _
    Inherits ReferenceNode
'使用
Dim instance As AssemblyReferenceNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class AssemblyReferenceNode : ReferenceNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class AssemblyReferenceNode : public ReferenceNode
public class AssemblyReferenceNode extends ReferenceNode

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.HierarchyNode
    Microsoft.VisualStudio.Package.ReferenceNode
      Microsoft.VisualStudio.Package.AssemblyReferenceNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AssemblyReferenceNode Members

Microsoft.VisualStudio.Package Namespace