ReferenceNode.AddReference Method

Adds a reference to the project.

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

Syntax

'宣言
Public Overridable Sub AddReference
'使用
Dim instance As ReferenceNode

instance.AddReference()
public virtual void AddReference()
public:
virtual void AddReference()
public function AddReference()

Remarks

This method finds the project's reference container node and adds the reference node to it.

Permissions

See Also

Reference

ReferenceNode Class

ReferenceNode Members

Microsoft.VisualStudio.Package Namespace