Links the reference node to the project.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected MustOverride Sub BindReferenceData
'使用
Me.BindReferenceData()
protected abstract void BindReferenceData()
protected:
virtual void BindReferenceData() abstract
protected abstract function BindReferenceData()
Remarks
This method is not implemented. Derived classes should use this method to update project metadata, add a project element if none was created in the constructor, and similar tasks. For more information, see the implementation in [M:Microsoft.VisualStudio.Package.AssemblyReferenceNode.BindReferenceData()].
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.