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
- 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.